Fix corresponding to latest change

This commit is contained in:
Lumaa 2024-03-09 22:46:24 +01:00
parent e5065b2f25
commit 41ec3372ff
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ struct PostingView: View {
}
}
.onAppear {
self.pref = try! UserPreferences.loadAsCurrent()!
self.pref = try! UserPreferences.loadAsCurrent()
self.visibility = pref.defaultVisibility
if !initialString.isEmpty && editId == nil {