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

fixed trailing spaces

This commit is contained in:
William Grant
2018-03-27 21:06:59 +02:00
parent ee78e113de
commit 9a445e34fd

View File

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