clear filter input in Project Settings when opening Layers

This commit is contained in:
yedpodtrzitko
2023-03-10 20:18:37 +08:00
parent c1128e911c
commit e13bcf5b84
4 changed files with 8 additions and 4 deletions
@@ -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();
}