mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 21:58:39 -09:00
parent
ccf818de5a
commit
5773a83dc3
1 changed files with 1 additions and 0 deletions
|
|
@ -181,6 +181,7 @@ app.on('ready', () => installDevExtensions(isDev).then(() => {
|
||||||
// we update the backgroundColor once the init is called.
|
// we update the backgroundColor once the init is called.
|
||||||
// when we do a win.reload() we need need to reset the backgroundColor
|
// when we do a win.reload() we need need to reset the backgroundColor
|
||||||
win.setBackgroundColor(toElectronBackgroundColor(cfg.backgroundColor || '#000'));
|
win.setBackgroundColor(toElectronBackgroundColor(cfg.backgroundColor || '#000'));
|
||||||
|
win.show();
|
||||||
|
|
||||||
// If no callback is passed to createWindow,
|
// If no callback is passed to createWindow,
|
||||||
// a new session will be created by default.
|
// a new session will be created by default.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue