Queue saving to disk, in Account, even during refresh.
This commit is contained in:
parent
6fba06425c
commit
6f41b2a728
|
@ -88,11 +88,9 @@ public final class Account: DisplayNameProvider, UnreadCountProvider, Container,
|
|||
}
|
||||
public var dirty = false {
|
||||
didSet {
|
||||
if dirty && !refreshInProgress {
|
||||
queueSaveToDiskIfNeeded()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public var unreadCount = 0 {
|
||||
didSet {
|
||||
|
|
Loading…
Reference in New Issue