Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
ebith committed Mar 31, 2018
1 parent cb5bd68 commit ac85dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const createWindow = () => {
win.webContents.openDevTools({mode: 'undock'});
}

win.alwaysOnTop(store.get('alwaysOnTop'));
win.setAlwaysOnTop(store.get('alwaysOnTop') || false);

win.webContents.on('new-window', (event, url) => {
event.preventDefault();
Expand Down

0 comments on commit ac85dd4

Please sign in to comment.