Add quit menu item on Linux
This commit is contained in:
parent
77cdc2c4a7
commit
583122ee3e
1 changed files with 1 additions and 3 deletions
|
@ -197,9 +197,7 @@ app.once('ready', () => {
|
||||||
role: 'front'
|
role: 'front'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
} else {
|
||||||
|
|
||||||
if (process.platform === 'win32') {
|
|
||||||
template.unshift({
|
template.unshift({
|
||||||
label: 'File',
|
label: 'File',
|
||||||
submenu: [
|
submenu: [
|
||||||
|
|
Loading…
Reference in a new issue