1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Merge pull request #83576 from raulsntos/fix-80883

Enable new addon after hiding ProjectSettings
This commit is contained in:
Rémi Verschelde
2023-10-30 17:47:23 +01:00
2 changed files with 3 additions and 9 deletions

View File

@@ -356,8 +356,6 @@ private:
uint64_t started_timestamp = 0;
PluginConfigDialog *plugin_config_dialog = nullptr;
RichTextLabel *load_errors = nullptr;
AcceptDialog *load_error_dialog = nullptr;