You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-06 17:25:19 +00:00
Implement a "Recovery Mode" for recovering crashing/hanging projects during initialization
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
|
||||
#include "editor/plugins/plugin_config_dialog.h"
|
||||
|
||||
class TextureRect;
|
||||
class Tree;
|
||||
|
||||
class EditorPluginSettings : public VBoxContainer {
|
||||
@@ -54,6 +55,7 @@ class EditorPluginSettings : public VBoxContainer {
|
||||
};
|
||||
|
||||
PluginConfigDialog *plugin_config_dialog = nullptr;
|
||||
TextureRect *recovery_mode_icon = nullptr;
|
||||
Tree *plugin_list = nullptr;
|
||||
bool updating = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user