1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-25 03:33:14 +01:00

Add about/version on non mac too #161

This commit is contained in:
Mikael Finstad 2019-08-13 12:39:26 +02:00
parent 15ec7ed9f0
commit ce3a6d48b8

View File

@ -77,6 +77,8 @@ module.exports = (app, mainWindow, newVersion) => {
label: 'Learn More',
click() { electron.shell.openExternal(homepage); },
},
...(process.platform === 'darwin' ? [] : [{ role: 'about' }]),
],
});
}