diff --git a/src/Main.gd b/src/Main.gd index 79de4e7b0..1833d2ee9 100644 --- a/src/Main.gd +++ b/src/Main.gd @@ -427,6 +427,7 @@ func load_last_project() -> void: # Check if file still exists on disk var file_path = Global.config_cache.get_value("data", "last_project_path") load_recent_project_file(file_path) + (func(): Global.cel_switched.emit()).call_deferred() func load_recent_project_file(path: String) -> void: