Skip to content

Commit

Permalink
updated showWindow path
Browse files Browse the repository at this point in the history
  • Loading branch information
PatentLobster committed Jun 12, 2020
1 parent 788f971 commit f6ef920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const toggleWindow = () => {
};
const showWindow = () => {
// createWindow()
win.loadFile('src/index.html');
win.loadFile('app://./index.html');
const position = getWindowPosition();
// win.reload();
win.show();
Expand Down

0 comments on commit f6ef920

Please sign in to comment.