Browse Source

Update StatusItemHandler.swift

pull/113/head
Abhishek Banthia 3 years ago
parent
commit
a697a29206
  1. 3
      Clocker/Preferences/Menu Bar/StatusItemHandler.swift

3
Clocker/Preferences/Menu Bar/StatusItemHandler.swift

@ -240,8 +240,7 @@ class StatusItemHandler: NSObject {
} }
func updateCompactMenubar() { func updateCompactMenubar() {
if let upcomingEvent = menubarTitleHandler.checkForUpcomingEvents() { if menubarTitleHandler.checkForUpcomingEvents() != nil {
print("Need to construct upcoming event view \(upcomingEvent)")
// Iterate and see if we're showing the calendar item view // Iterate and see if we're showing the calendar item view
let upcomingEventView = retrieveUpcomingEventStatusView() let upcomingEventView = retrieveUpcomingEventStatusView()
// If not, reconstruct Status Container View with another view // If not, reconstruct Status Container View with another view

Loading…
Cancel
Save