diff --git a/electron/electron-dist b/electron/electron-dist index 8957afdf..dca39a36 160000 --- a/electron/electron-dist +++ b/electron/electron-dist @@ -1 +1 @@ -Subproject commit 8957afdfbc76a10303c484754145c486a2aa549e +Subproject commit dca39a362b7074ae4f169f5f03664edf64f2e18b diff --git a/electron/src/main/app.js b/electron/src/main/app.js index b582622f..c1de5181 100644 --- a/electron/src/main/app.js +++ b/electron/src/main/app.js @@ -27,7 +27,7 @@ export default class App { mainWindow = new BrowserWindow({ width: 1600, height: 900, - frame: process.platform === 'darwin', // Only keep the native frame on Mac + frame: process.platform === 'darwin', titleBarStyle: 'hidden', backgroundColor: '#17191c', autoHideMenuBar: true,