1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

added zoom in & zoom out

This commit is contained in:
Nguyễn Việt Hưng
2018-05-24 16:48:51 +07:00
parent c9cb31bd02
commit 37f6a05170

View File

@@ -266,6 +266,13 @@ const view = {
click () {
mainWindow.setFullScreen(!mainWindow.isFullScreen())
}
},
{
role: 'zoomin',
accelerator: macOS ? 'CommandOrControl+Plus' : 'Control+='
},
{
role: 'zoomout'
}
]
}