summaryrefslogtreecommitdiff
path: root/editor/plugins/asset_library_editor_plugin.cpp
diff options
context:
space:
mode:
authoryedpodtrzitko <yed@vanyli.net>2023-03-10 18:10:05 +0800
committerYuri Sizov <yuris@humnom.net>2023-03-14 13:59:04 +0100
commit5824967f2f5d2835f7216dcb5d2d4139f4b8608b (patch)
treecb820457897ffa54da69885f5b4d175d93f2e328 /editor/plugins/asset_library_editor_plugin.cpp
parent7ac80569b31ea428e1d5017895ceceaf9d22557c (diff)
clear filter input in Project Settings when opening Layers
(cherry picked from commit e13bcf5b845fba1dbb2bbb02c8f14e7d3733a188)
Diffstat (limited to 'editor/plugins/asset_library_editor_plugin.cpp')
-rw-r--r--editor/plugins/asset_library_editor_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/asset_library_editor_plugin.cpp b/editor/plugins/asset_library_editor_plugin.cpp
index 2639765283..151d46b673 100644
--- a/editor/plugins/asset_library_editor_plugin.cpp
+++ b/editor/plugins/asset_library_editor_plugin.cpp
@@ -1398,7 +1398,7 @@ void EditorAssetLibrary::_asset_open() {
}
void EditorAssetLibrary::_manage_plugins() {
- ProjectSettingsEditor::get_singleton()->popup_project_settings();
+ ProjectSettingsEditor::get_singleton()->popup_project_settings(true);
ProjectSettingsEditor::get_singleton()->set_plugins_page();
}