Skip to content

Commit

Permalink
Update StatusItemHandler.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
n0shake committed Jul 3, 2021
1 parent 8179c93 commit 1cf99ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Clocker/Preferences/Menu Bar/StatusItemHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class StatusItemHandler: NSObject {

var statusItem: NSStatusItem = {
let statusItem = NSStatusBar.system.statusItem(withLength: NSStatusItem.variableLength)
statusItem.toolTip = "Clocker"
statusItem.highlightMode = false
return statusItem
}()
Expand Down

0 comments on commit 1cf99ad

Please sign in to comment.