fix config
This commit is contained in:
parent
5da6ba6356
commit
89f901d546
1 changed files with 5 additions and 4 deletions
|
|
@ -115,14 +115,15 @@ angular.module('copayApp.services').factory('configService', function(storageSer
|
||||||
configCache.pushNotifications = defaultConfig.pushNotifications;
|
configCache.pushNotifications = defaultConfig.pushNotifications;
|
||||||
}
|
}
|
||||||
|
|
||||||
configCache.bwsFor = configCache.bwsFor || {};
|
|
||||||
configCache.colorFor = configCache.colorFor || {};
|
|
||||||
configCache.aliasFor = configCache.aliasFor || {};
|
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
configCache = lodash.clone(defaultConfig);
|
configCache = lodash.clone(defaultConfig);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
configCache.bwsFor = configCache.bwsFor || {};
|
||||||
|
configCache.colorFor = configCache.colorFor || {};
|
||||||
|
configCache.aliasFor = configCache.aliasFor || {};
|
||||||
|
|
||||||
|
|
||||||
// Glidera
|
// Glidera
|
||||||
// Disabled for testnet
|
// Disabled for testnet
|
||||||
configCache.glidera.testnet = false;
|
configCache.glidera.testnet = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue