mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
fixed label key-spacing
This commit is contained in:
@@ -261,7 +261,7 @@ const view = {
|
|||||||
type: 'separator'
|
type: 'separator'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label:'Toggle Full Screen',
|
label: 'Toggle Full Screen',
|
||||||
accelerator: macOS ? 'Command+Control+F' : 'F11',
|
accelerator: macOS ? 'Command+Control+F' : 'F11',
|
||||||
click () {
|
click () {
|
||||||
mainWindow.setFullScreen(!mainWindow.isFullScreen())
|
mainWindow.setFullScreen(!mainWindow.isFullScreen())
|
||||||
|
|||||||
Reference in New Issue
Block a user