diff --git a/desktop/main.js b/desktop/main.js index 2c2fef6..c2b8c0f 100644 --- a/desktop/main.js +++ b/desktop/main.js @@ -16,9 +16,10 @@ app.on('ready', () => { backgroundColor: '#000', resizable: true, icon: __dirname + '/icon.ico', - frame: process.platform === 'win32', - skipTaskbar: process.platform !== 'win32', - autoHideMenuBar: process.platform !== 'win32' + resizable: true, + frame: process.platform !== 'darwin', + skipTaskbar: process.platform === 'darwin', + autoHideMenuBar: process.platform === 'darwin' }) app.win.loadURL(`file://${__dirname}/sources/index.html`) diff --git a/desktop/sources/index.html b/desktop/sources/index.html index 39e0ea6..ba5c8e0 100644 --- a/desktop/sources/index.html +++ b/desktop/sources/index.html @@ -28,7 +28,7 @@