Revert "Fix zoom key modifier for windows"

This reverts commit 2590a701bb.
Test failed
This commit is contained in:
Thomas Nordquist
2019-04-10 12:05:27 +02:00
parent 10bac1bcd6
commit c7b0400e84

View File

@@ -89,7 +89,7 @@ const viewMenu: MenuItemConstructorOptions = {
}, },
{ {
label: 'Increase size', label: 'Increase size',
accelerator: process.platform === 'darwin' ? 'CmdOrCtrl+Plus' : 'Control+Plus', accelerator: 'CmdOrCtrl+Plus',
click: () => { click: () => {
const window = BrowserWindow.getFocusedWindow() const window = BrowserWindow.getFocusedWindow()
if (window) { if (window) {