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

refs #239 Fixes a bug which cannot open finder with using HotKey

This commit is contained in:
asmsuechan
2017-01-14 18:03:28 +09:00
parent 87f9589be3
commit f007664745
2 changed files with 3 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ app.on('ready', function () {
if (process.platform === 'darwin') {
app.dock.hide()
}
finderWindow = require('./finder-window')
})
module.exports = app