Skip to content

Commit a853cfc

Browse files
committed
Add missing isTemplate
1 parent 4276bfe commit a853cfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SupportCompanion/AppDelegate.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSPopoverDelegate {
137137
Logger.shared.logDebug("Updates available, adding badge to tray icon")
138138
let iconWithBadge = baseIcon.compositeWithBadge(color: .red, badgeSize: 8)
139139
statusItem.button?.image = iconWithBadge
140+
baseIcon.isTemplate = true
140141
baseIcon.size = NSSize(width: 16, height: 16)
141142
} else {
142143
// Use the base icon as is

0 commit comments

Comments
 (0)