Fix system tray icon pixelated in Ubuntu Linux
This commit is contained in:
parent
21564171d2
commit
4ea0970e54
1 changed files with 1 additions and 0 deletions
|
@ -247,6 +247,7 @@ function getIcon(unreadCount: number) {
|
|||
case 'darwin':
|
||||
iconSize = '16';
|
||||
break;
|
||||
case 'linux':
|
||||
case 'win32':
|
||||
iconSize = '32';
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue