Skip to content

Tint strength and blur strength values not stored correctly#173

Description

@Laqco

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!

  • This is not a feature request
  • This is not an image-provider request
  • I have searched the issuetracker if the issue is not already reported.

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:

  1. Turn on tinting.
  2. 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 ?>">

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions