Feature/#48 migrate to typescript #151
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ class Configuration {
|
||||||
callback(this.settingsCache.get(key));
|
callback(this.settingsCache.get(key));
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
// TODO see commenz
|
// TODO see comment
|
||||||
// OOOPS // currently all settings are default true. This isn´t a problem but there should be much better soloutions after migration to typescript....
|
// OOOPS // currently all settings are default true. This isn´t a problem but there should be much better soloutions after migration to typescript....
|
||||||
getGlobalStorageProvider().getDataAsBoolean(key, true, value => {
|
getGlobalStorageProvider().getDataAsBoolean(key, true, value => {
|
||||||
this.settingsCache.set(key, value);
|
this.settingsCache.set(key, value);
|
||||||
|
|
Loading…
Add table
Reference in a new issue