mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Add setter for hideUnreadCount in AppDefaults
This commit is contained in:
@@ -194,7 +194,12 @@ final class AppDefaults {
|
||||
}
|
||||
|
||||
var hideDockUnreadCount: Bool {
|
||||
return AppDefaults.bool(for: Key.hideDockUnreadCount)
|
||||
get {
|
||||
return AppDefaults.bool(for: Key.hideDockUnreadCount)
|
||||
}
|
||||
set {
|
||||
AppDefaults.setBool(for: Key.hideDockUnreadCount, newValue)
|
||||
}
|
||||
}
|
||||
|
||||
#if !MAC_APP_STORE
|
||||
|
||||
Reference in New Issue
Block a user