Revert "Fix zoom key modifier for windows"
This reverts commit 2590a701bb.
Test failed
This commit is contained in:
@@ -89,7 +89,7 @@ const viewMenu: MenuItemConstructorOptions = {
|
||||
},
|
||||
{
|
||||
label: 'Increase size',
|
||||
accelerator: process.platform === 'darwin' ? 'CmdOrCtrl+Plus' : 'Control+Plus',
|
||||
accelerator: 'CmdOrCtrl+Plus',
|
||||
click: () => {
|
||||
const window = BrowserWindow.getFocusedWindow()
|
||||
if (window) {
|
||||
|
||||
Reference in New Issue
Block a user