mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
clear filter input in Project Settings when opening Layers
(cherry picked from commit e13bcf5b84)
This commit is contained in:
parent
7ac80569b3
commit
5824967f2f
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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue