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

@ -116,7 +116,7 @@ protected:
public:
static ProjectSettingsEditor *get_singleton() { return singleton; }
void popup_project_settings();
void popup_project_settings(bool p_clear_filter = false);
void set_plugins_page();
void set_general_page(const String &p_category);
void update_plugins();