1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

clear filter input in Project Settings when opening Layers

This commit is contained in:
yedpodtrzitko
2023-03-10 18:10:05 +08:00
parent c1128e911c
commit e13bcf5b84
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();
}