1
0
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:
William Grant
2018-03-28 19:21:36 +02:00
parent e1e3cc7999
commit 11f8cfe0e6

View File

@@ -261,7 +261,7 @@ const view = {
type: 'separator'
},
{
label:'Toggle Full Screen',
label: 'Toggle Full Screen',
accelerator: macOS ? 'Command+Control+F' : 'F11',
click () {
mainWindow.setFullScreen(!mainWindow.isFullScreen())