1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00
This commit is contained in:
Dick Choi
2016-07-23 15:41:30 +09:00
parent 45b1cd3942
commit 286739f770
7 changed files with 61 additions and 69 deletions

View File

@@ -3,7 +3,7 @@ const ipc = electron.ipcMain
const Menu = electron.Menu
const globalShortcut = electron.globalShortcut
const mainWindow = require('./main-window')
const nodeIpc = require('@rokt33r/node-ipc')
// const nodeIpc = require('@rokt33r/node-ipc')
function emitToFinder (type, data) {
var payload = {
@@ -11,7 +11,7 @@ function emitToFinder (type, data) {
data: data
}
nodeIpc.server.broadcast('message', payload)
// nodeIpc.server.broadcast('message', payload)
}
function toggleFinder () {