|
|
@ -17,6 +17,7 @@ class StatusItemHandler: NSObject { |
|
|
|
|
|
|
|
|
|
|
|
var statusItem: NSStatusItem = { |
|
|
|
var statusItem: NSStatusItem = { |
|
|
|
let statusItem = NSStatusBar.system.statusItem(withLength: NSStatusItem.variableLength) |
|
|
|
let statusItem = NSStatusBar.system.statusItem(withLength: NSStatusItem.variableLength) |
|
|
|
|
|
|
|
statusItem.toolTip = "Clocker" |
|
|
|
statusItem.highlightMode = false |
|
|
|
statusItem.highlightMode = false |
|
|
|
return statusItem |
|
|
|
return statusItem |
|
|
|
}() |
|
|
|
}() |
|
|
|