clear filter input in Project Settings when opening Layers
This commit is contained in:
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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue