kopia lustrzana https://github.com/mifi/lossless-cut
fix Shortcut conflict #279
rodzic
e467b507a1
commit
7b001d39bc
|
@ -122,7 +122,14 @@ module.exports = (app, mainWindow, newVersion) => {
|
|||
],
|
||||
},
|
||||
|
||||
{ role: 'windowMenu' },
|
||||
// On Windows the windowMenu has a close Ctrl+W which clashes with File->Close shortcut
|
||||
...(process.platform === 'darwin'
|
||||
? [{ role: 'windowMenu' }]
|
||||
: [{
|
||||
label: 'Window',
|
||||
submenu: [{ role: 'minimize' }],
|
||||
}]
|
||||
),
|
||||
|
||||
{
|
||||
label: 'Tools',
|
||||
|
|
Ładowanie…
Reference in New Issue