mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-27 10:02:37 +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 {
|
public var dirty = false {
|
||||||
didSet {
|
didSet {
|
||||||
if dirty && !refreshInProgress {
|
queueSaveToDiskIfNeeded()
|
||||||
queueSaveToDiskIfNeeded()
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user