@esfaenza/core 19.2.153 → 19.2.155

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1837,8 +1837,7 @@ class UserInfosComponent extends BaseComponent {
1837
1837
  }
1838
1838
  async ngOnInit() {
1839
1839
  this.getAccountDetails();
1840
- this.GraphicEffectsDeactivated = (await firstValueFrom(this.prefs.getItem(this.PREFS_DISABLE_EFFECTS))) || false;
1841
- this._state.graphicEffects.set(!this.GraphicEffectsDeactivated);
1840
+ this.GraphicEffectsDeactivated = !this._state.graphicEffects();
1842
1841
  }
1843
1842
  async effectsActiveChanged() {
1844
1843
  this._state.graphicEffects.set(!this.GraphicEffectsDeactivated);