Closed zkisaboss closed 9 months ago
error in configuration parameters. After updating added support keyboard other than Latin (English)
find the line volume_hotkey: {
after replace
{ label: 'none' },
to
{ label: 'none', value: false },
if there is no value in a parameter should be ignored when saving. To reduce the data stored size. But the absence of value causes many triggers to fail. Correctly replace everything without value with false. But I don’t like it when the user changes a couple of parameters and all the other inactive ones are entered into the database.
why 10 was chosen instead of 5 - three reasons:
Essentially the reasons are technical
Thanks, this appears to have fixed the issue for me.
The "Volume" setting in the PLAYER section is toggling my volume hotkey to "wheel" when I keep setting it to "none". Also, the default hotkey step is 10, which is silly because the default should be not changing it at all (YT's default is 5%).