mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-25 02:10:32 -06:00
SDA-4507 - Read from default after copying global config (#2118)
This commit is contained in:
parent
e1dbc8eb0c
commit
767d9af5a2
@ -823,6 +823,8 @@ class Config {
|
|||||||
this.globalConfig as IConfig,
|
this.globalConfig as IConfig,
|
||||||
appGlobalConfigData,
|
appGlobalConfigData,
|
||||||
);
|
);
|
||||||
|
// After everything is set from previous SDA version
|
||||||
|
this.globalConfig = getAllUserDefaults();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!this.installVariant || this.installVariant === '') {
|
if (!this.installVariant || this.installVariant === '') {
|
||||||
|
Loading…
Reference in New Issue
Block a user