mirror of
https://github.com/heyman/heynote.git
synced 2024-11-07 08:34:38 +01:00
Whitespace fix
This commit is contained in:
parent
e9c472757a
commit
64ce11b5bc
@ -145,9 +145,9 @@ function createTray() {
|
||||
let img
|
||||
if (isMac) {
|
||||
img = nativeImage.createFromPath(join(process.env.PUBLIC, "iconTemplate.png"))
|
||||
} else if(isLinux){
|
||||
} else if (isLinux){
|
||||
img = nativeImage.createFromPath(join(process.env.PUBLIC, 'favicon-linux.png'));
|
||||
} else{
|
||||
} else {
|
||||
img = nativeImage.createFromPath(join(process.env.PUBLIC, 'favicon.ico'));
|
||||
}
|
||||
tray = new Tray(img);
|
||||
|
Loading…
Reference in New Issue
Block a user