diff --git a/src/background.js b/src/background.js index f319327..ec3ad5d 100644 --- a/src/background.js +++ b/src/background.js @@ -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();