Skip to content

Commit

Permalink
fix: update 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gucovip committed Dec 26, 2019
1 parent 94fe929 commit a4c7196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ app.on('ready', () => {
tray = new Tray(PAS(join(evaSpace.ROOT_DIR, './[email protected]'), './icon.ico'))
tray.setToolTip('Eva')

// evaWindow.on('blur', () => hideWindow())
evaWindow.on('blur', () => hideWindow())

registerGlobalShortcut()
ipcMain.on('box-input-esc', () => hideWindow())
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eva-app",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"main": "./index.js",
"scripts": {
Expand Down

0 comments on commit a4c7196

Please sign in to comment.