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:
@@ -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')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user