From e2f2d2bfcdec50d225b8f070cbba50ade47f1bae Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Tue, 12 Mar 2019 21:19:19 -0700 Subject: [PATCH] Change name of hide-dock-unread-count pref to JustinMillerHideDockUnreadCount. --- NetNewsWire/AppDefaults.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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