diff --git a/materialious/electron/src/setup.ts b/materialious/electron/src/setup.ts index 9edbbe96..e9089d23 100644 --- a/materialious/electron/src/setup.ts +++ b/materialious/electron/src/setup.ts @@ -190,8 +190,6 @@ export class ElectronCapacitorApp { globalShortcut.register('Control+Shift+I', () => { this.MainWindow.webContents.toggleDevTools(); }); - this.MainWindow.webContents.toggleDevTools(); - // Security this.MainWindow.webContents.setWindowOpenHandler((details) => { shell.openExternal(details.url);