From 9f2135f41a44e2f2baa61fbbbf2c657397478173 Mon Sep 17 00:00:00 2001 From: Serhiy Mytrovtsiy Date: Mon, 28 Oct 2024 17:23:23 +0100 Subject: [PATCH] fix: fixed menu bar icons color on inactive screen for combined widget (#2131) --- Stats/Views/CombinedView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Stats/Views/CombinedView.swift b/Stats/Views/CombinedView.swift index 2ffc2120..77040aff 100644 --- a/Stats/Views/CombinedView.swift +++ b/Stats/Views/CombinedView.swift @@ -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