Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
fether
Commits
68877058
Commit
68877058
authored
Feb 23, 2019
by
Luke Schoen
Browse files
docs: Update comment
parent
8ecc5fc2
Pipeline
#31492
passed with stage
in 1 minute and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
packages/fether-electron/src/main/app/options/config/index.js
View file @
68877058
...
...
@@ -67,7 +67,9 @@ const DEFAULT_OPTIONS = {
};
const
TASKBAR_OPTIONS
=
{
frame
:
false
,
// Do not use frame. It causes window height to shrink upon show/hide
// Do not use frame but context menu required on non-macOS.
// Without frame it causes window height to shrink upon show/hide
frame
:
false
,
height
:
464
,
// On Linux the user must click the tray icon and then click the tooltip
// to toggle the Fether window open/close
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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