Stop storing account.unreadCount in Settings.odb.
This commit is contained in:
parent
13fbad12a5
commit
b065693f75
|
@ -78,7 +78,6 @@ public final class Account: DisplayNameProvider, UnreadCountProvider, Container,
|
|||
didSet {
|
||||
if unreadCount != oldValue {
|
||||
postUnreadCountDidChangeNotification()
|
||||
settingsTable.set(unreadCount, name: SettingsKey.unreadCount)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue