This commit is contained in:
Lumaa 2024-02-20 22:31:51 +01:00
parent f9dbcf5cd1
commit b4797c87cd

View File

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