mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 10:46:32 +00:00
Revert "updated for separate methods for full screen depending on the platform"
This reverts commit b46b958105.
This commit is contained in:
@@ -263,7 +263,9 @@ const view = {
|
|||||||
{
|
{
|
||||||
label: 'Toggle Full Screen',
|
label: 'Toggle Full Screen',
|
||||||
accelerator: macOS ? 'Command+Control+F' : 'F11',
|
accelerator: macOS ? 'Command+Control+F' : 'F11',
|
||||||
selector: macOS ? 'toggleFullScreen:' : mainWindow.setFullScreen(!mainWindow.isFullScreen())
|
click () {
|
||||||
|
mainWindow.setFullScreen(!mainWindow.isFullScreen())
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user