feat(YouTube Music/Player components): add settings Disable miniplayer gesture, Disable player gesture https://github.com/inotia00/ReVanced_Extended/issues/2097

This commit is contained in:
inotia00
2024-07-30 22:48:46 +09:00
parent 327768128d
commit 25287b24c3
4 changed files with 92 additions and 9 deletions

View File

@ -222,6 +222,10 @@ This does not bypass the age restriction. It just accepts it automatically."</st
<!-- PreferenceScreen: Player -->
<string name="revanced_preference_screen_player_title">Player</string>
<string name="revanced_disable_mini_player_gesture_title">Disable miniplayer gesture</string>
<string name="revanced_disable_mini_player_gesture_summary">Disable swipe to change tracks in the miniplayer.</string>
<string name="revanced_disable_player_gesture_title">Disable player gesture</string>
<string name="revanced_disable_player_gesture_summary">Disable swipe to change tracks in the player.</string>
<string name="revanced_enable_black_player_background_title">Enable black player background</string>
<string name="revanced_enable_black_player_background_summary">Changes the player background color to black.</string>
<string name="revanced_enable_color_match_player_title">Enable color match player</string>