diff --git a/lib/gui/etcher.ts b/lib/gui/etcher.ts index c14f0ece..3445feaf 100644 --- a/lib/gui/etcher.ts +++ b/lib/gui/etcher.ts @@ -147,6 +147,7 @@ async function createMainWindow() { webPreferences: { backgroundThrottling: false, nodeIntegration: true, + contextIsolation: false, webviewTag: true, zoomFactor: width / defaultWidth, enableRemoteModule: true,