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:
parent
15ec7ed9f0
commit
ce3a6d48b8
@ -77,6 +77,8 @@ module.exports = (app, mainWindow, newVersion) => {
|
||||
label: 'Learn More',
|
||||
click() { electron.shell.openExternal(homepage); },
|
||||
},
|
||||
|
||||
...(process.platform === 'darwin' ? [] : [{ role: 'about' }]),
|
||||
],
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user