fix: Add missing patch option descriptions

This commit is contained in:
oSumAtrIX 2026-02-15 23:51:24 +01:00
parent 4f5b93d71a
commit 16e42a75ec
No known key found for this signature in database
GPG key ID: A9B3094ACDB604B4

View file

@ -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,
),