1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Delete "Activate now?" button

This commit is contained in:
kobewi
2025-09-28 22:46:30 +02:00
parent 8d8041bd4d
commit 65a00fc60a
2 changed files with 0 additions and 24 deletions

View File

@@ -56,7 +56,6 @@ class PluginConfigDialog : public ConfirmationDialog {
LineEdit *version_edit = nullptr;
OptionButton *script_option_edit = nullptr;
LineEdit *script_edit = nullptr;
CheckBox *active_edit = nullptr;
LocalVector<Control *> plugin_edit_hidden_controls;