refactor(YouTube - Swipe controls): Use more consistent settings language of 'opacity' and 0-100 scale

This commit is contained in:
LisoUseInAIKyrios
2025-01-31 12:40:45 +02:00
parent 226f40d75a
commit ae432f8c36
4 changed files with 25 additions and 5 deletions

View File

@ -44,7 +44,7 @@ private val swipeControlsResourcePatch = resourcePatch {
SwitchPreference("revanced_swipe_lowest_value_enable_auto_brightness"),
TextPreference("revanced_swipe_overlay_timeout", inputType = InputType.NUMBER),
TextPreference("revanced_swipe_text_overlay_size", inputType = InputType.NUMBER),
TextPreference("revanced_swipe_overlay_background_alpha", inputType = InputType.NUMBER),
TextPreference("revanced_swipe_overlay_background_opacity", inputType = InputType.NUMBER),
TextPreference("revanced_swipe_threshold", inputType = InputType.NUMBER),
)