1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 10:16:26 +00:00

updated zoom out accelerator for consistency

This commit is contained in:
William Grant
2018-11-12 06:53:10 +02:00
parent e2c7a8c384
commit d3a6ff6b6a

View File

@@ -325,7 +325,7 @@ const view = {
}, },
{ {
label: 'Zoom Out', label: 'Zoom Out',
accelerator: macOS ? 'CmdOrCtrl+-' : 'Control+-', accelerator: macOS ? 'CommandOrControl+-' : 'Control+-',
click () { click () {
mainWindow.webContents.send('status:zoomout') mainWindow.webContents.send('status:zoomout')
} }