mirror of
https://github.com/meowarex/rl-mobile.git
synced 2026-08-26 22:17:44 +10:00
lint(MP gestures enable drag option): remove now useless text
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user