From bec4727a1942389d61b7152443c3017054d074b3 Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Sun, 12 Apr 2026 15:26:42 +0200 Subject: [PATCH] fix: macos tray icon like other platforms --- main_qml.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/main_qml.py b/main_qml.py index 89b1b4a..78d3a35 100644 --- a/main_qml.py +++ b/main_qml.py @@ -182,8 +182,6 @@ def _render_svg_pixmap(path: str, color: QColor, size: int) -> QPixmap: def _tray_icon() -> QIcon: - if sys.platform != "darwin": - return _app_icon() tray_svg = os.path.join(ROOT, "images", "icons", "mouse-simple.svg") icon = QIcon()