We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Confirmation with A is not working, it reverts to last saved value.
A
For example charge limit slider.
Starting value 80%
Move left thumbstick to the right calls updateSettingValue with values path: 'tdp.asus.charge_limit', value: 'p85
updateSettingValue
path: 'tdp.asus.charge_limit', value: 'p85
Confirm with A -> updateSettingValue is called with last saved value p80
p80
The text was updated successfully, but these errors were encountered:
It has something to do with sel_choice. Value is already updated on "server" but sel_choice remains. By pressing A it will revert
sel_choice
Sorry, something went wrong.
I verified that pressing A breaks the slider. I never pressed A before and only used B so I never noticed.
https://github.com/hhd-dev/hhd-ui/releases/tag/v3.2.1
No branches or pull requests
Confirmation with
A
is not working, it reverts to last saved value.For example charge limit slider.
Starting value 80%
Move left thumbstick to the right calls
updateSettingValue
with valuespath: 'tdp.asus.charge_limit', value: 'p85
Confirm with
A
->updateSettingValue
is called with last saved valuep80
The text was updated successfully, but these errors were encountered: