From fa99d1013473ea1bed926a2f5cc9030a8c16039c Mon Sep 17 00:00:00 2001 From: Se7en-dev Date: Fri, 26 Jun 2026 00:00:12 +0200 Subject: [PATCH] lint(MP gestures enable drag option): remove now useless text --- Manager/app/src/main/res/values/strings.xml | 2 +- patches/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Manager/app/src/main/res/values/strings.xml b/Manager/app/src/main/res/values/strings.xml index 4cbdea0..6e3e01e 100644 --- a/Manager/app/src/main/res/values/strings.xml +++ b/Manager/app/src/main/res/values/strings.xml @@ -296,7 +296,7 @@ Mini-Player Gestures Swipe up on the mini-player to open the full player. Enable Drag - Makes player follow your finger when swiping up. Disable if Android gesture navigation conflicts. + Makes player follow your finger when swiping up. Next/Previous Gestures Swipe left or right on the mini-player to skip tracks. Mini-Player Dynamic Background diff --git a/patches/manifest.json b/patches/manifest.json index ee91d50..005abad 100644 --- a/patches/manifest.json +++ b/patches/manifest.json @@ -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"