From 16e42a75ecbf51e06432f1f6c96758f8d9bdb771 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sun, 15 Feb 2026 23:51:24 +0100 Subject: [PATCH] fix: Add missing patch option descriptions --- .../patches/strava/distractions/HideDistractionsPatch.kt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/patches/src/main/kotlin/app/revanced/patches/strava/distractions/HideDistractionsPatch.kt b/patches/src/main/kotlin/app/revanced/patches/strava/distractions/HideDistractionsPatch.kt index a2d4eb54b3..93788fc70d 100644 --- a/patches/src/main/kotlin/app/revanced/patches/strava/distractions/HideDistractionsPatch.kt +++ b/patches/src/main/kotlin/app/revanced/patches/strava/distractions/HideDistractionsPatch.kt @@ -59,6 +59,7 @@ val hideDistractionsPatch = bytecodePatch( booleanOption( key = "promo", title = "Promotions", + description = "Elements that promote features, challenges, clubs, etc.", default = true, required = true, ), @@ -92,7 +93,8 @@ val hideDistractionsPatch = bytecodePatch( ), booleanOption( key = "activityLookback", - title = "Your activity from X years ago", + title = "Activity lookback", + description = "Your activity from X years ago", default = false, required = true, ),