Browse Source

Wrong macOS version.

pull/92/head
Abhishek 4 years ago
parent
commit
72d4084a18
  1. 2
      Clocker/Menu Bar/StatusContainerView.swift

2
Clocker/Menu Bar/StatusContainerView.swift

@ -122,7 +122,7 @@ class StatusContainerView: NSView {
private func bestWidth(for timezone: TimezoneData) -> Int {
var textColor = hasDarkAppearance ? NSColor.white : NSColor.black
if #available(macOS 10.15, *) {
if #available(macOS 10.16, *) {
textColor = NSColor.white
}

Loading…
Cancel
Save