1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-01-22 21:27:16 +00:00

FinderのActivity logをちゃんと取ってくる

This commit is contained in:
Rokt33r
2015-12-03 07:59:47 +09:00
parent ca7b9c786a
commit 364917c910
4 changed files with 20 additions and 4 deletions

View File

@@ -3,6 +3,7 @@ const app = electron.app
const Tray = electron.Tray
const Menu = electron.Menu
const MenuItem = electron.MenuItem
const ipcMain = electron.ipcMain
process.stdin.setEncoding('utf8')
@@ -63,6 +64,10 @@ app.on('ready', function () {
break
}
})
ipcMain.on('copy-finder', function () {
emit('copy-finder')
})
})
global.hideFinder = function () {