Remove icon from about dialog on Windows

This commit is contained in:
Tasso Evangelista 2018-09-20 00:44:34 -03:00
parent 1e5be4944d
commit 3f85885db0

View file

@ -116,6 +116,7 @@ ipcMain.on('show-about-dialog', () => {
parent: mainWindow,
width: 400,
height: 300,
type: 'toolbar',
resizable: false,
maximizable: false,
minimizable: false,