Skip to content

Commit

Permalink
Tray: unread messages icon fix for linux fixes zulip#1364
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitchessbee committed Mar 29, 2024
1 parent c45c953 commit 9ddde50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/renderer/js/tray.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9ddde50

Please sign in to comment.