autosave_restore moved out of welcome in case of loading from file

This commit is contained in:
2026-05-11 17:29:52 -04:00
parent d08f3d2231
commit b345c27a87
9 changed files with 79 additions and 56 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ namespace anm2ed
bool autosave(std::string* = nullptr, anm2::Compatibility = anm2::ANM2ED, bool = false, bool = true,
bool = true);
std::filesystem::path autosave_path_get();
std::filesystem::path path_from_autosave_get(std::filesystem::path&);
std::filesystem::path path_from_autosave_get(const std::filesystem::path&);
void snapshot(const std::string& message);
void undo();