diff --git a/NetNewsWire/AppDefaults.swift b/NetNewsWire/AppDefaults.swift index 89762e1b4..5a2b2c922 100644 --- a/NetNewsWire/AppDefaults.swift +++ b/NetNewsWire/AppDefaults.swift @@ -58,7 +58,7 @@ struct AppDefaults { // Hidden prefs static let showTitleOnMainWindow = "KafasisTitleMode" - static let hideDockUnreadCount = "Issue246HideDockUnreadCount" + static let hideDockUnreadCount = "JustinMillerHideDockUnreadCount" } private static let smallestFontSizeRawValue = FontSize.small.rawValue