Change name of hide-dock-unread-count pref to JustinMillerHideDockUnreadCount.

This commit is contained in:
Brent Simmons 2019-03-12 21:19:19 -07:00
parent 976d52ad49
commit e2f2d2bfcd
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ struct AppDefaults {
// Hidden prefs // Hidden prefs
static let showTitleOnMainWindow = "KafasisTitleMode" static let showTitleOnMainWindow = "KafasisTitleMode"
static let hideDockUnreadCount = "Issue246HideDockUnreadCount" static let hideDockUnreadCount = "JustinMillerHideDockUnreadCount"
} }
private static let smallestFontSizeRawValue = FontSize.small.rawValue private static let smallestFontSizeRawValue = FontSize.small.rawValue