Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
antSword
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HuangJunbo
antSword
Commits
773ae504
Commit
773ae504
authored
Mar 23, 2021
by
Medicean
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix(Modules): 修正菜单中退出程序不生效的bug
parent
7aed041b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
CHANGELOG.md
CHANGELOG.md
+3
-1
menubar.js
modules/menubar.js
+1
-1
No files found.
CHANGELOG.md
View file @
773ae504
...
...
@@ -42,7 +42,9 @@ eg:
*
优化窗口关闭逻辑 #245
点击最小化时,不再最小化至系统托盘。点击关闭按钮,最小化至系统托盘。点击托盘菜单中的「退出」程序退出。
*
点击最小化时,不再最小化至系统托盘。点击窗口的关闭按钮,最小化至系统托盘。
*
点击托盘菜单中的「退出」程序退出。
*
点击菜单中的「退出程序」程序退出。
*
「编码管理」新增新建「JSP解码器」
...
...
modules/menubar.js
View file @
773ae504
...
...
@@ -113,7 +113,7 @@ class Menubar {
accelerator
:
'Command+Q'
,
click
:
this
.
app
.
qu
it
.
ex
it
.
bind
(
this
.
app
)
}]
},
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment