mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
cleanup
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user