Browse Source

Update StatusItemHandler.swift

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

2
Clocker/Preferences/Menu Bar/StatusItemHandler.swift

@ -207,7 +207,7 @@ class StatusItemHandler: NSObject {
return false
}
return timezonesSupportingSeconds.isEmpty
return timezonesSupportingSeconds.isEmpty == false
}
private func calculateFireDate() -> Date? {

Loading…
Cancel
Save