1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-24 15:26:15 +00:00

Improve plugin dialog UX

This commit is contained in:
kobewi
2022-05-07 23:19:55 +02:00
parent 563690347a
commit 32c4d110eb
4 changed files with 33 additions and 31 deletions

View File

@@ -45,8 +45,6 @@ class EditorPluginSettings : public VBoxContainer {
};
PluginConfigDialog *plugin_config_dialog = nullptr;
Button *create_plugin = nullptr;
Button *update_list = nullptr;
Tree *plugin_list = nullptr;
bool updating = false;