Enable new addon after hiding ProjectSettings

- Enabling newly created addons can show a warning dialog, doing so before hiding the `ProjectSettingsEditor` dialog causes rendering glitches.
- Remove unused `PuginConfigDialog` in `EditorNode`. The one actually being used is an instance in `EditorPluginSettings`.
This commit is contained in:
Raul Santos 2023-10-18 20:20:46 +02:00
parent dce1aab174
commit 7b34fa8dd2
No known key found for this signature in database
GPG key ID: B532473AE3A803E4
2 changed files with 3 additions and 9 deletions

View file

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