Skip to content

Commit 74bca33

Browse files
committed
update condition for OS X and Linux
1 parent 01174c2 commit 74bca33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ app.on('ready', function() {
8787
} else if (y === 'top') {
8888
noBoundsPosition = (isWindows) ? 'trayCenter' : 'topRight';
8989
}
90-
} else {
90+
} else if (trayPos === undefined) {
9191
noBoundsPosition = (isWindows) ? 'bottomRight' : 'topRight';
9292
}
9393

0 commit comments

Comments
 (0)