mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 10:16:26 +00:00
moved label to a better position
This commit is contained in:
@@ -230,13 +230,6 @@ const view = {
|
|||||||
BrowserWindow.getFocusedWindow().toggleDevTools()
|
BrowserWindow.getFocusedWindow().toggleDevTools()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: 'Toggle Full Screen',
|
|
||||||
accelerator: macOS ? 'Command+Control+F' : 'F11',
|
|
||||||
click () {
|
|
||||||
mainWindow.setFullScreen(!mainWindow.isFullScreen())
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: 'separator'
|
type: 'separator'
|
||||||
},
|
},
|
||||||
@@ -263,6 +256,16 @@ const view = {
|
|||||||
click () {
|
click () {
|
||||||
mainWindow.webContents.send('top:focus-search')
|
mainWindow.webContents.send('top:focus-search')
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'separator'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label:'Toggle Full Screen',
|
||||||
|
accelerator: macOS ? 'Command+Control+F' : 'F11',
|
||||||
|
click () {
|
||||||
|
mainWindow.setFullScreen(!mainWindow.isFullScreen())
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user