clear filter input in Project Settings when opening Layers

(cherry picked from commit e13bcf5b84)
This commit is contained in:
yedpodtrzitko 2023-03-10 18:10:05 +08:00 committed by Yuri Sizov
parent 7ac80569b3
commit 5824967f2f
4 changed files with 8 additions and 4 deletions

View file

@ -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();
}