|
|
@ -137,7 +137,7 @@ class DataStore: NSObject { |
|
|
|
case .dayInMenubar: |
|
|
|
case .dayInMenubar: |
|
|
|
return shouldDisplayHelper(CLShowDayInMenu) |
|
|
|
return shouldDisplayHelper(CLShowDayInMenu) |
|
|
|
case .appDisplayOptions: |
|
|
|
case .appDisplayOptions: |
|
|
|
return shouldDisplayHelper(CLAppDisplayOptions) |
|
|
|
return shouldDisplayHelper(CLAppDisplayOptions) |
|
|
|
case .menubarCompactMode: |
|
|
|
case .menubarCompactMode: |
|
|
|
guard let value = retrieve(key: CLMenubarCompactMode) as? Int else { |
|
|
|
guard let value = retrieve(key: CLMenubarCompactMode) as? Int else { |
|
|
|
return false |
|
|
|
return false |
|
|
|