mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-28 03:14:46 +08:00
lint(system-tray): code style consistent with rest of file
This commit is contained in:
parent
f0914d5a8a
commit
6538974706
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class SystemTrayIconStore {
|
|||
const outputImg = nativeImage.createFromBuffer(pngData);
|
||||
return outputImg;
|
||||
},
|
||||
'default': () =>
|
||||
'default': () => {
|
||||
return unreadString !== '0' ? this._unreadIcon : this._baseIcon;
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue