Browse Source

No calendar shenanigans.

pull/92/head
Abhishek 4 years ago
parent
commit
63a3dd235e
  1. 8
      Clocker/Panel/Data Layer/TimezoneDataOperations.swift

8
Clocker/Panel/Data Layer/TimezoneDataOperations.swift

@ -60,10 +60,6 @@ extension TimezoneDataOperations {
} }
func compactMenuTitle() -> String { func compactMenuTitle() -> String {
if let upcomingEvent = checkForUpcomingEvents() {
return upcomingEvent.0
}
var subtitle = CLEmptyString var subtitle = CLEmptyString
let shouldDayBeShown = DataStore.shared().shouldShowDayInMenubar() let shouldDayBeShown = DataStore.shared().shouldShowDayInMenubar()
@ -84,10 +80,6 @@ extension TimezoneDataOperations {
} }
func compactMenuSubtitle() -> String { func compactMenuSubtitle() -> String {
if let upcomingEvent = checkForUpcomingEvents() {
return upcomingEvent.1
}
var subtitle = CLEmptyString var subtitle = CLEmptyString
let shouldDayBeShown = DataStore.shared().shouldShowDayInMenubar() let shouldDayBeShown = DataStore.shared().shouldShowDayInMenubar()

Loading…
Cancel
Save