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
3fc70481
Commit
3fc70481
authored
Aug 27, 2019
by
Medicean
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Update: Module) windows 下单击鼠标左键 Tray Icon 显示/隐藏 主窗口 改为 「双击」
parent
bd866fa7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
CHANGELOG.md
CHANGELOG.md
+8
-0
menubar.js
modules/menubar.js
+2
-2
No files found.
CHANGELOG.md
View file @
3fc70481
...
...
@@ -2,6 +2,14 @@
> 有空会补补BUG、添添新功能。
> 同时也欢迎大家的参与!感谢各位朋友的支持! .TAT.
## `v(2.1.6)`
### 其它
*
`jsp_custom_script_for_mysql`
提供
`AES`
编码解码示例
*
`jsp_custom_script_for_mysql`
增加 Version 显示
*
windows 下单击鼠标左键 Tray Icon 显示/隐藏 主窗口 改为 「双击」
## 2019/08/19 `v(2.1.5)`
### 核心模块
...
...
modules/menubar.js
View file @
3fc70481
...
...
@@ -289,8 +289,8 @@ class Menubar {
this
.
trayIcon
.
on
(
'click'
,
()
=>
{
if
(
process
.
platform
==
'darwin'
)
.
on
(
'
double-
click'
,
()
=>
{
if
(
process
.
platform
==
'darwin'
||
process
.
platform
==
'linux'
)
return
;
if
(
this
.
mainWindow
.
isVisible
())
{
this
...
...
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