Release v1.6.29

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sucukdeluxe
2026-03-04 21:11:32 +01:00
co-authored by Claude Opus 4.6
parent 20a0a59670
commit 1d0ee31001
5 changed files with 59 additions and 8 deletions
+3
View File
@@ -314,6 +314,9 @@ export class AppController {
normalizeLoadedSession(parsed.session)
);
saveSession(this.storagePaths, restoredSession);
// Prevent prepareForShutdown from overwriting the restored session file
// with the old in-memory session when the app quits after backup restore.
this.manager.skipShutdownPersist = true;
return { restored: true, message: "Backup wiederhergestellt. Bitte App neustarten." };
}