Feature/unlock experimental features setting for all users (#2351)

* Unlock experimental features setting for all users

* Update changelog
pull/2355/head^2
Thomas Kaul 1 year ago committed by GitHub
parent ef2849aa6c
commit 69e1d92ed3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
- Improved the preselected currency based on the account's currency in the create or edit activity dialog - Improved the preselected currency based on the account's currency in the create or edit activity dialog
- Unlocked the experimental features setting for all users
### Fixed ### Fixed

@ -251,7 +251,7 @@
</div> </div>
</div> </div>
<div <div
*ngIf="hasPermissionToUpdateUserSettings && user?.subscription" *ngIf="hasPermissionToUpdateUserSettings"
class="align-items-center d-flex mt-4 py-1" class="align-items-center d-flex mt-4 py-1"
> >
<div class="pr-1 w-50"> <div class="pr-1 w-50">

Loading…
Cancel
Save