From f6ef9206c5329488bb52e49ca134ba7d665d8eca Mon Sep 17 00:00:00 2001 From: PatentLobster <37775846+PatentLobster@users.noreply.github.com> Date: Fri, 12 Jun 2020 18:45:16 +0300 Subject: [PATCH] updated showWindow path --- src/background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();