diff --git a/lib/gui/etcher.js b/lib/gui/etcher.js index eb7da795..f64cf7da 100644 --- a/lib/gui/etcher.js +++ b/lib/gui/etcher.js @@ -46,7 +46,10 @@ electron.app.on('ready', () => { fullscreenable: false, autoHideMenuBar: true, titleBarStyle: 'hidden-inset', - icon: path.join(__dirname, '..', '..', 'assets', 'icon.png') + icon: path.join(__dirname, '..', '..', 'assets', 'icon.png'), + webPreferences: { + backgroundThrottling: false + } }) buildWindowMenu(mainWindow)