diff --git a/app/renderer/js/tray.ts b/app/renderer/js/tray.ts index 289090aa4..5e209ef7e 100644 --- a/app/renderer/js/tray.ts +++ b/app/renderer/js/tray.ts @@ -52,7 +52,7 @@ const trayIconSize = (): number => { // Default config for Icon we might make it OS specific if needed like the size const config = { - pixelRatio: window.devicePixelRatio, + pixelRatio: 1, unreadCount: 0, showUnreadCount: true, unreadColor: "#000000",