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

Fix by lint

This commit is contained in:
asmsuechan
2017-03-22 00:21:49 -07:00
parent 095910d156
commit 2ec7ba04f5

View File

@@ -49,8 +49,7 @@ if (process.platform !== 'linux' || process.env.DESKTOP_SESSION === 'cinnamon')
mainWindow.hide()
})
mainWindow.setFullScreen(false)
}
else{
} else {
mainWindow.hide()
}
}