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

Revert "updated for separate methods for full screen depending on the platform"

This reverts commit b46b958105.
This commit is contained in:
William Grant
2018-03-30 13:01:18 +02:00
parent b46b958105
commit a32cfc8aff

View File

@@ -263,7 +263,9 @@ const view = {
{
label: 'Toggle Full Screen',
accelerator: macOS ? 'Command+Control+F' : 'F11',
selector: macOS ? 'toggleFullScreen:' : mainWindow.setFullScreen(!mainWindow.isFullScreen())
click () {
mainWindow.setFullScreen(!mainWindow.isFullScreen())
}
}
]
}