mirror of
https://github.com/BoostIo/Boostnote
synced 2026-01-22 21:27:16 +00:00
FinderのActivity logをちゃんと取ってくる
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user