chore: Merge branch dev to main (#6588)
This commit is contained in:
commit
cb143b13f7
1 changed files with 3 additions and 1 deletions
|
|
@ -59,6 +59,7 @@ val hideDistractionsPatch = bytecodePatch(
|
||||||
booleanOption(
|
booleanOption(
|
||||||
key = "promo",
|
key = "promo",
|
||||||
title = "Promotions",
|
title = "Promotions",
|
||||||
|
description = "Elements that promote features, challenges, clubs, etc.",
|
||||||
default = true,
|
default = true,
|
||||||
required = true,
|
required = true,
|
||||||
),
|
),
|
||||||
|
|
@ -92,7 +93,8 @@ val hideDistractionsPatch = bytecodePatch(
|
||||||
),
|
),
|
||||||
booleanOption(
|
booleanOption(
|
||||||
key = "activityLookback",
|
key = "activityLookback",
|
||||||
title = "Your activity from X years ago",
|
title = "Activity lookback",
|
||||||
|
description = "Your activity from X years ago",
|
||||||
default = false,
|
default = false,
|
||||||
required = true,
|
required = true,
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue