mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-21 05:31:45 +00:00
modify: fix some codes pointed by eslint
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
const electron = require('electron')
|
||||
const app = electron.app
|
||||
|
||||
var finderWindow = null
|
||||
|
||||
app.on('ready', function () {
|
||||
if (process.platform === 'darwin') {
|
||||
app.dock.hide()
|
||||
}
|
||||
finderWindow = require('./finder-window')
|
||||
})
|
||||
|
||||
module.exports = app
|
||||
|
||||
Reference in New Issue
Block a user