diff --git a/src/background.js b/src/background.js index a1f8926568e3981641a0bcc7d8e9960bf4e05d0b..ea461400caa2d5ff3c8e43c69c36bf49aee189f4 100644 --- a/src/background.js +++ b/src/background.js @@ -116,6 +116,7 @@ ipcMain.on('show-about-dialog', () => { parent: mainWindow, width: 400, height: 300, + type: 'toolbar', resizable: false, maximizable: false, minimizable: false,