We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c45c953 commit 45a4c02Copy full SHA for 45a4c02
app/renderer/js/tray.ts
@@ -52,7 +52,7 @@ const trayIconSize = (): number => {
52
53
// Default config for Icon we might make it OS specific if needed like the size
54
const config = {
55
- pixelRatio: window.devicePixelRatio,
+ pixelRatio: 1,
56
unreadCount: 0,
57
showUnreadCount: true,
58
unreadColor: "#000000",
0 commit comments