1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 18:56: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.hide()
}) })
mainWindow.setFullScreen(false) mainWindow.setFullScreen(false)
} } else {
else{
mainWindow.hide() mainWindow.hide()
} }
} }