This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
appcat
/
sonist
Archived
1
0
Fork 0

优化mac下dock栏图标的点击事件

2.x 0.9.2
宇天 2019-01-20 23:03:26 +08:00
parent 1064089097
commit 934b54f011
1 changed files with 6 additions and 0 deletions

View File

@ -168,3 +168,9 @@ app.once('ready', () => {
}
})
})
app.on('activate', _ => {
if (win) {
win.show()
}
})