Skip to content

Conversation

@DrSolidDevil
Copy link
Owner

Bug Fixes

  • Fixed issue of BooleanSetting not updating in respose to user input. 02a152f

Other Changes

  • Minor adjustment for button distances on the settings page. 8231b36
  • Removed LightBooleanSetting and replaced it with BooleanSetting which now has the ability to have custom onChanged actions. 02a152f 17ebb98 f5f74f5

… to not utilizing `setState`. In addition to this, I gave `BooleanSetting` the ability to utilize a custom `onChanged` action. This custom action does by default not need to include `setState` nor a statement to update the value of the switch. Although if it is not needed to rebuild BooleanSetting after every value change (e.g. a larger rebuild occurs), then it can be turned of by setting `doSetState` to false. These changes make `LightBooleanSetting` redunant and has therefore been removed.
@DrSolidDevil DrSolidDevil self-assigned this Jul 28, 2025
@DrSolidDevil DrSolidDevil added the Release merge A pull-request to merge to main for new release of Vidar. label Jul 28, 2025
@DrSolidDevil DrSolidDevil marked this pull request as ready for review July 28, 2025 13:27
@DrSolidDevil DrSolidDevil merged commit 5759f7e into main Jul 28, 2025
2 checks passed
@DrSolidDevil DrSolidDevil deleted the 1.2.1-beta branch July 28, 2025 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Release merge A pull-request to merge to main for new release of Vidar.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants