use GitHub reactions 👍 to show that you are affected by the same issue. Please don't comment if you have no relevant information to add!
Describe the bug:
When trying to change tint strength or blur strength in the Admin/Theming settings, the backrgound appearance doesn't change and, after a page reload, the sliders are back to their default values.
To Reproduce:
- Turn on tinting.
- Try to change tint strength and/or blur strength in Admin/Theming settings.
Expected behavior:
Background gets updated accordingly and sliders store correct values.
Server:
- Nextcloud version: 31.0.10
- Splash-App version: 3.1.0
Additional Information:
These two lines always set the returned value to the default value (30 and 0).
|
value="<?= $_['styleStrengthColor'] ? $_['styleStrengthColor'] : 30 ?>" |
|
value="<?= $_['styleStrengthBlur'] ? $_['styleStrengthBlur'] : 0 ?>"> |
use GitHub reactions 👍 to show that you are affected by the same issue. Please don't comment if you have no relevant information to add!
Describe the bug:
When trying to change tint strength or blur strength in the Admin/Theming settings, the backrgound appearance doesn't change and, after a page reload, the sliders are back to their default values.
To Reproduce:
Expected behavior:
Background gets updated accordingly and sliders store correct values.
Server:
Additional Information:
These two lines always set the returned value to the default value (30 and 0).
unsplash/templates/settings/admin.php
Line 131 in ff2ac67
unsplash/templates/settings/admin.php
Line 138 in ff2ac67