mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-22 23:58:36 +01:00
Add setter for hideUnreadCount in AppDefaults
This commit is contained in:
parent
a10aa591a2
commit
41156f6670
@ -194,8 +194,13 @@ final class AppDefaults {
|
||||
}
|
||||
|
||||
var hideDockUnreadCount: Bool {
|
||||
get {
|
||||
return AppDefaults.bool(for: Key.hideDockUnreadCount)
|
||||
}
|
||||
set {
|
||||
AppDefaults.setBool(for: Key.hideDockUnreadCount, newValue)
|
||||
}
|
||||
}
|
||||
|
||||
#if !MAC_APP_STORE
|
||||
var webInspectorEnabled: Bool {
|
||||
|
Loading…
Reference in New Issue
Block a user