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

moves orientation button to view menu

This commit is contained in:
Callum Booth
2020-04-18 14:17:08 +01:00
parent 2f16784a20
commit a7ead67c2d
4 changed files with 19 additions and 78 deletions

View File

@@ -314,6 +314,12 @@ const view = {
mainWindow.webContents.send('editor:fullscreen')
}
},
{
label: 'Toggle Editor Orientation',
click() {
mainWindow.webContents.send('editor:orientation')
}
},
{
type: 'separator'
},