mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +00:00
make configurable --disable-direct-write flag
This commit is contained in:
@@ -10,6 +10,7 @@ const nodeIpc = require('@rokt33r/node-ipc')
|
||||
const GhReleases = require('electron-gh-releases')
|
||||
// electron.crashReporter.start()
|
||||
|
||||
require('./config')
|
||||
var mainWindow = null
|
||||
var finderProcess = null
|
||||
var finderWindow = null
|
||||
@@ -295,7 +296,6 @@ app.on('ready', function () {
|
||||
})
|
||||
|
||||
require('./hotkey')
|
||||
require('./config')
|
||||
})
|
||||
|
||||
module.exports = app
|
||||
|
||||
Reference in New Issue
Block a user