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
334aa181
Commit
334aa181
authored
Feb 23, 2019
by
Luke Schoen
Browse files
fix: Fixes #421. Linux tray and dock icon not pixelated and Fether branding
parent
5ceb26dc
Pipeline
#31499
passed with stage
in 1 minute and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
packages/fether-electron/src/main/app/options/config/index.js
View file @
334aa181
...
...
@@ -17,7 +17,7 @@ const INDEX_HTML_PATH =
});
// Icon path differs when started with `yarn electron` or `yarn start`
let
iconPath
=
path
.
join
(
staticPath
,
'
assets
'
,
'
icons
'
,
'
icon
.png
'
);
let
iconPath
=
path
.
join
(
staticPath
,
'
assets
'
,
'
icons
'
,
'
mac
'
,
'
iconDock
.png
'
);
let
iconDockPath
=
''
;
if
(
process
.
platform
===
'
win32
'
)
{
...
...
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