1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-06 17:25:19 +00:00

Optimize unsaved history checking

This commit is contained in:
kobewi
2025-05-13 00:13:12 +02:00
parent 19bb18716e
commit e0e8bd5394
2 changed files with 18 additions and 7 deletions

View File

@@ -566,6 +566,7 @@ private:
void _save_editor_states(const String &p_file, int p_idx = -1);
void _load_editor_plugin_states_from_config(const Ref<ConfigFile> &p_config_file);
void _update_title();
void _update_unsaved_cache();
void _version_control_menu_option(int p_idx);
void _close_messages();
void _show_messages();