Make prefwatcher not stop event chain

See #148
This commit is contained in:
Nils Maier 2019-10-06 22:31:37 +02:00
parent 876486bbf5
commit 539d340f1a

View File

@ -99,6 +99,5 @@ export class PrefWatcher {
changed(prefs: any, key: string, value: any) {
this.value = value;
return true;
}
}