lint(MP gestures enable drag option): remove now useless text

This commit is contained in:
Se7en-dev
2026-06-26 00:00:12 +02:00
parent 4e8af5960c
commit fa99d10134
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -296,7 +296,7 @@
<string name="patch_mini_player_gestures_title">Mini-Player Gestures</string>
<string name="patch_mini_player_gestures_desc">Swipe up on the mini-player to open the full player.</string>
<string name="patch_mini_player_drag_title">Enable Drag</string>
<string name="patch_mini_player_drag_desc">Makes player follow your finger when swiping up. Disable if Android gesture navigation conflicts.</string>
<string name="patch_mini_player_drag_desc">Makes player follow your finger when swiping up.</string>
<string name="patch_mini_player_left_right_gestures_title">Next/Previous Gestures</string>
<string name="patch_mini_player_left_right_gestures_desc">Swipe left or right on the mini-player to skip tracks.</string>
<string name="patch_mini_player_dynamic_bg_title">Mini-Player Dynamic Background</string>
+1 -1
View File
@@ -177,7 +177,7 @@
"type": "toggle",
"key": "swipe_up_drag",
"title": "Enable Drag",
"description": "Makes player follow your finger when swiping up. Disable if Android gesture navigation conflicts.",
"description": "Makes player follow your finger when swiping up.",
"default": true,
"requiresOption": "gestures",
"token": "RL_MINI_PLAYER_SWIPE_UP_DRAG"