mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-26 17:43:22 +01:00
Queue saving to disk, in Account, even during refresh.
This commit is contained in:
parent
6fba06425c
commit
6f41b2a728
@ -88,9 +88,7 @@ public final class Account: DisplayNameProvider, UnreadCountProvider, Container,
|
||||
}
|
||||
public var dirty = false {
|
||||
didSet {
|
||||
if dirty && !refreshInProgress {
|
||||
queueSaveToDiskIfNeeded()
|
||||
}
|
||||
queueSaveToDiskIfNeeded()
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user