diff --git a/src/main/browsers/main.ts b/src/main/browsers/main.ts index 8fe167e..cb53322 100644 --- a/src/main/browsers/main.ts +++ b/src/main/browsers/main.ts @@ -34,9 +34,6 @@ export default () => { // Load the index.html when not in development win.loadURL("app://./index.html"); } - - win.webContents.openDevTools(); - protocol.interceptFileProtocol("image", (req, callback) => { const url = req.url.substr(8); callback(decodeURI(url));