@esfaenza/core 19.2.154 → 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,7 +1837,7 @@ class UserInfosComponent extends BaseComponent {
1837
1837
  }
1838
1838
  async ngOnInit() {
1839
1839
  this.getAccountDetails();
1840
- this.GraphicEffectsDeactivated = this._state.graphicEffects();
1840
+ this.GraphicEffectsDeactivated = !this._state.graphicEffects();
1841
1841
  }
1842
1842
  async effectsActiveChanged() {
1843
1843
  this._state.graphicEffects.set(!this.GraphicEffectsDeactivated);