Feat: Option to disable the hold gesture#1119
Feat: Option to disable the hold gesture#1119Rdkang wants to merge 8 commits intojarnedemeulemeester:mainfrom
Conversation
Updated to reflect that the hold gesture can be used for chapter skipping, 2x speed and be disabled
also makes the settings purpose clearer to the user
|
For the description not showing up in the settings page for your option, this appears to be a deliberate design choice for all settings of this kind. The presentation of those settings is composed in SettingsSelectCard.kt which conspicuously omits writing the description. Compare the composition to In my (irrelevant) opinion, since changing that composition to include the description would affect all settings of that type, it should be suggested as a separate change from this PR (if at all). |
|
I like it.
Maybe simply “Hold gesture” would be clearer and more direct.
I think Disabled could work better as the default, to avoid unexpected behavior for new users.
With |
Thank you so much @Cd16d and @RyanFoulds for the help, I have now updated the setting title to "Hold gesture", made "Disabled" the default option and removed the description as now the setting is clearer
|


What
Allows the user to disable the hold gesture by making the setting a select option with:
Why
This gives the user the choice for more friction to watching in 2x speed to allow them to have better habits.
It also makes the setting easier to understand.
Image of the changes
Feedback requested