Don't start editor as unsaved

This commit is contained in:
kobewi 2025-08-21 14:38:27 +02:00
parent d5ad0556a2
commit a374c209be

View file

@ -451,7 +451,7 @@ private:
bool immediate_dialog_confirmed = false;
bool restoring_scenes = false;
bool settings_overrides_changed = false;
bool unsaved_cache = true;
bool unsaved_cache = false;
bool requested_first_scan = false;
bool waiting_for_first_scan = true;