mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +00:00
updated zoom out accelerator for consistency
This commit is contained in:
@@ -325,7 +325,7 @@ const view = {
|
||||
},
|
||||
{
|
||||
label: 'Zoom Out',
|
||||
accelerator: macOS ? 'CmdOrCtrl+-' : 'Control+-',
|
||||
accelerator: macOS ? 'CommandOrControl+-' : 'Control+-',
|
||||
click () {
|
||||
mainWindow.webContents.send('status:zoomout')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user