Skip to content

Commit

Permalink
fix: fixed menu bar icons color on inactive screen for combined widget (
Browse files Browse the repository at this point in the history
  • Loading branch information
exelban committed Oct 28, 2024
1 parent 24e95fe commit 9f2135f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Stats/Views/CombinedView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ internal class CombinedView: NSObject, NSGestureRecognizerDelegate {
self.menuBarItem = NSStatusBar.system.statusItem(withLength: 0)
self.menuBarItem?.autosaveName = "CombinedModules"
self.menuBarItem?.button?.addSubview(self.view)
self.menuBarItem?.button?.image = NSImage()

if !self.combinedModulesPopup {
self.activeModules.forEach { (m: Module) in
Expand Down

0 comments on commit 9f2135f

Please sign in to comment.