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
dfa5ceb3
Commit
dfa5ceb3
authored
Aug 14, 2019
by
Medicean
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fix: App) Fix #204
parent
72d9eae7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
CHANGELOG.md
CHANGELOG.md
+4
-0
app.js
app.js
+2
-0
No files found.
CHANGELOG.md
View file @
dfa5ceb3
...
@@ -32,6 +32,10 @@
...
@@ -32,6 +32,10 @@
*
新增插件
[
inject_und3ad
](
https://github.com/phantom11235/inject_und3ad
)
Author: @phantom11235
*
新增插件
[
inject_und3ad
](
https://github.com/phantom11235/inject_und3ad
)
Author: @phantom11235
### 其它
*
修复 Linux Gnome 桌面环境下 minimize 时窗口消失问题 #204
## 2019/07/16 `v(2.1.4)`
## 2019/07/16 `v(2.1.4)`
### 核心模块
### 核心模块
...
...
app.js
View file @
dfa5ceb3
...
@@ -76,6 +76,8 @@ app.once('ready', () => {
...
@@ -76,6 +76,8 @@ app.once('ready', () => {
event
.
preventDefault
();
event
.
preventDefault
();
if
(
process
.
platform
==
'darwin'
)
{
if
(
process
.
platform
==
'darwin'
)
{
app
.
hide
();
app
.
hide
();
}
else
if
(
process
.
platform
==
'linux'
)
{
return
;
}
else
{
}
else
{
mainWindow
.
hide
();
mainWindow
.
hide
();
}
}
...
...
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