mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-22 08:57:00 -06:00
SDA-4143: Adding bug fix
This commit is contained in:
parent
263009230d
commit
635d19d990
@ -254,9 +254,8 @@ export class WindowHandler {
|
||||
this.isPodConfigured = !config.isFirstTimeLaunch();
|
||||
this.didShowWelcomeScreen = false;
|
||||
this.shouldShowWelcomeScreen =
|
||||
!(this.globalConfig.url !== this.defaultUrl) ||
|
||||
config.isFirstTimeLaunch() ||
|
||||
!!this.config.enableBrowserLogin;
|
||||
this.globalConfig.url.includes(this.defaultUrl) &&
|
||||
(config.isFirstTimeLaunch() || !!this.config.enableBrowserLogin);
|
||||
|
||||
this.windowOpts = {
|
||||
...this.getWindowOpts(
|
||||
|
Loading…
Reference in New Issue
Block a user