Improve saving, show start time
This commit is contained in:
@ -244,6 +244,8 @@ struct MainView: App {
|
||||
showInitialSheet()
|
||||
case .isSaved, .needsSave:
|
||||
content.saveUnconditionally()
|
||||
case .isSaving:
|
||||
break
|
||||
case .failedToSave, .savingPausedDueToLoadErrors:
|
||||
showStorageErrorSheet = true
|
||||
}
|
||||
|
Reference in New Issue
Block a user