diff --git a/client/ui/systemtray_notificationhandler.cpp b/client/ui/systemtray_notificationhandler.cpp index 2c7c695f..e1361302 100644 --- a/client/ui/systemtray_notificationhandler.cpp +++ b/client/ui/systemtray_notificationhandler.cpp @@ -67,7 +67,9 @@ void SystemTrayNotificationHandler::onTranslationsUpdated() void SystemTrayNotificationHandler::setTrayIcon(const QString &iconPath) { QIcon trayIconMask(QPixmap(iconPath).scaled(128,128)); +#ifndef Q_OS_MAC trayIconMask.setIsMask(true); +#endif m_systemTrayIcon.setIcon(trayIconMask); }