mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Fixed an issue where the app icon was not showing up in Linux - report in Issue#126 (#168)
This commit is contained in:
parent
dc320e4707
commit
277e4ee1d9
1 changed files with 1 additions and 0 deletions
1
index.js
1
index.js
|
|
@ -54,6 +54,7 @@ app.on('ready', () => {
|
||||||
title: 'HyperTerm',
|
title: 'HyperTerm',
|
||||||
backgroundColor: toHex(cfg.backgroundColor || '#000'),
|
backgroundColor: toHex(cfg.backgroundColor || '#000'),
|
||||||
transparent: true,
|
transparent: true,
|
||||||
|
icon: resolve(__dirname, 'static/icon.png'),
|
||||||
// we only want to show when the prompt
|
// we only want to show when the prompt
|
||||||
// is ready for user input
|
// is ready for user input
|
||||||
show: process.env.HYPERTERM_DEBUG || isDev
|
show: process.env.HYPERTERM_DEBUG || isDev
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue