aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-11-10 15:51:45 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2019-11-10 15:51:45 +0100
commitdb42f93a83ba6ecf377fdc71876d616742723fe4 (patch)
treeabd2423d399f446ffd30bb00ffd580d33e981b3b /src
parentRemove unused premium user check (diff)
downloadferdium-app-db42f93a83ba6ecf377fdc71876d616742723fe4.tar.gz
ferdium-app-db42f93a83ba6ecf377fdc71876d616742723fe4.tar.zst
ferdium-app-db42f93a83ba6ecf377fdc71876d616742723fe4.zip
Fix lint
Diffstat (limited to 'src')
-rw-r--r--src/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js
index bc3c9555a..12ea7f646 100644
--- a/src/index.js
+++ b/src/index.js
@@ -174,7 +174,7 @@ const createWindow = () => {
174 webPreferences: { 174 webPreferences: {
175 nodeIntegration: true, 175 nodeIntegration: true,
176 webviewTag: true, 176 webviewTag: true,
177 preload: path.join(__dirname, 'sentry.js') 177 preload: path.join(__dirname, 'sentry.js'),
178 }, 178 },
179 }); 179 });
180 180