This commit is contained in:
Lumaa 2024-02-20 22:31:51 +01:00
parent f9dbcf5cd1
commit b4797c87cd
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ struct ContentView: View {
showNew()
do {
//TODO: Like AccMan > .static
preferences = try UserPreferences.loadAsCurrent() ?? .defaultPreferences
} catch {
print(error)