Browse Source

Right color for location when switching theme mode.

pull/92/head
Abhishek 5 years ago
parent
commit
7284ff54a4
  1. 1
      Clocker/Menu Bar/StatusItemView.swift

1
Clocker/Menu Bar/StatusItemView.swift

@ -82,6 +82,7 @@ class StatusItemView: NSView {
}
func updateTimeInMenubar() {
locationView.attributedStringValue = NSAttributedString(string: dataObject.formattedTimezoneLabel(), attributes: textFontAttributes)
timeView.attributedStringValue = NSAttributedString(string: operationsObject.compactMenuHeader(), attributes: timeAttributes)
}

Loading…
Cancel
Save