diff --git a/Threaded/Views/Settings/SettingsView.swift b/Threaded/Views/Settings/SettingsView.swift index 4862b8a..11dfca0 100644 --- a/Threaded/Views/Settings/SettingsView.swift +++ b/Threaded/Views/Settings/SettingsView.swift @@ -125,7 +125,7 @@ extension SettingsView { @State private var error: Bool = false private var currentAccount: Bool { - return AccountManager.shared.forceClient().server == app.server + return AccountManager.shared.forceAccount().acct == app.accountName ?? "" } init(app: AppAccount) {