#48 Removed comment I cannot remember what I ment with 😂😎
This commit is contained in:
parent
ac26b2b330
commit
3539af5de3
|
@ -28,8 +28,6 @@ class Configuration {
|
||||||
callback(this.settingsCache.get(key));
|
callback(this.settingsCache.get(key));
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
// 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....
|
|
||||||
getGlobalStorageProvider().getDataAsBoolean(key, true, value => {
|
getGlobalStorageProvider().getDataAsBoolean(key, true, value => {
|
||||||
this.settingsCache.set(key, value);
|
this.settingsCache.set(key, value);
|
||||||
callback(value);
|
callback(value);
|
||||||
|
|
Loading…
Reference in a new issue