Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
fether
Commits
374648dc
Commit
374648dc
authored
Feb 27, 2019
by
Luke Schoen
Browse files
fix: Fixes #453. Show window if visible but blurred
parent
6750b710
Pipeline
#31785
passed with stage
in 1 minute and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
packages/fether-electron/src/main/app/menu/template/index.js
View file @
374648dc
...
...
@@ -143,7 +143,7 @@ const getContextTrayMenuTemplate = fetherApp => {
{
label
:
'
Show/Hide Fether
'
,
click
()
{
fetherApp
.
win
.
isVisible
()
fetherApp
.
win
.
isVisible
()
&&
fetherApp
.
win
.
isFocused
()
?
fetherApp
.
win
.
hide
()
:
fetherApp
.
win
.
show
();
}
...
...
Write
Preview
Supports
Markdown
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