mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
feat: Added automatic backups
This commit is contained in:
@@ -164,13 +164,13 @@ namespace hex::plugin::builtin {
|
||||
// If saveLocation is false, reset the project path (do not release the lock)
|
||||
if (updateLocation) {
|
||||
resetPath.release();
|
||||
|
||||
// Request, as this puts us into a project state
|
||||
RequestUpdateWindowTitle::post();
|
||||
}
|
||||
|
||||
AchievementManager::unlockAchievement("hex.builtin.achievement.starting_out", "hex.builtin.achievement.starting_out.save_project.name");
|
||||
|
||||
// Request, as this puts us into a project state
|
||||
RequestUpdateWindowTitle::post();
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user