Skip to content

Commit

Permalink
Fix(Modules): 修正菜单中退出程序不生效的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Medicean committed Mar 23, 2021
1 parent 7aed041 commit 773ae50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ eg:

* 优化窗口关闭逻辑 #245

点击最小化时,不再最小化至系统托盘。点击关闭按钮,最小化至系统托盘。点击托盘菜单中的「退出」程序退出。
* 点击最小化时,不再最小化至系统托盘。点击窗口的关闭按钮,最小化至系统托盘。
* 点击托盘菜单中的「退出」程序退出。
* 点击菜单中的「退出程序」程序退出。

* 「编码管理」新增新建「JSP解码器」

Expand Down
2 changes: 1 addition & 1 deletion modules/menubar.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class Menubar {
accelerator: 'Command+Q',
click: this
.app
.quit
.exit
.bind(this.app)
}]
}, {
Expand Down

0 comments on commit 773ae50

Please sign in to comment.