Skip to content

Commit 45a4c02

Browse files
committed
Tray: Fix for unread message tray icon for linux - fixes #1364
1 parent c45c953 commit 45a4c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/renderer/js/tray.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const trayIconSize = (): number => {
5252

5353
// Default config for Icon we might make it OS specific if needed like the size
5454
const config = {
55-
pixelRatio: window.devicePixelRatio,
55+
pixelRatio: 1,
5656
unreadCount: 0,
5757
showUnreadCount: true,
5858
unreadColor: "#000000",

0 commit comments

Comments
 (0)