1
0
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:
Dick Choi
2016-01-09 21:48:21 +09:00
parent 567f453232
commit 45a46cbc7a
4 changed files with 36 additions and 11 deletions

View File

@@ -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