Improve saving, show start time

This commit is contained in:
Christoph Hagen
2025-02-16 18:03:53 +01:00
parent ece39cb95e
commit 0cc0f76254
5 changed files with 12 additions and 10 deletions

View File

@@ -184,9 +184,7 @@ final class Content: ObservableObject {
private(set) var lastModification: Date = .now
func update(saveState: SaveState) {
DispatchQueue.main.async {
self.saveState = saveState
}
self.saveState = saveState
}
func setModificationTimestamp() {