Merge pull request #104252 from beicause/prompt-restart-when-data-missing

Prompt to restart when project data (.godot) is missing
This commit is contained in:
Rémi Verschelde
2025-03-28 14:32:39 +01:00
2 changed files with 52 additions and 1 deletions

View File

@@ -411,6 +411,7 @@ private:
Tree *disk_changed_list = nullptr;
ConfirmationDialog *disk_changed = nullptr;
ConfirmationDialog *project_data_missing = nullptr;
bool scene_distraction_free = false;
bool script_distraction_free = false;
@@ -671,6 +672,8 @@ private:
void _execute_upgrades();
bool _is_project_data_missing();
protected:
friend class FileSystemDock;