Skip to content

Commit 8fc97d0

Browse files
committed
feat(YouTube - Tuck away preferences): Optimization default options of patch
1 parent 430e437 commit 8fc97d0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/main/kotlin/app/revanced/patches/youtube/layout/settings/HideSettingsPrefsPatch.kt

+2-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@ import org.w3c.dom.Element
1717
@Suppress("unused")
1818
object HideSettingsPrefsPatch : ResourcePatch() {
1919

20-
private const val DEFAULT_ELEMENTS = "Watch on TV, " +
21-
"Manage all history, Privacy, Try experimental new features, " +
22-
"Billing and payments, Notifications, Captions, Connected apps, " +
23-
"Live chat, Accessibility"
20+
private const val DEFAULT_ELEMENTS = "Watch on TV, Manage all history, Privacy, Try experimental new features, " +
21+
"Purchases and memberships, Billing and payments, Captions, Connected apps, Accessibility"
2422

2523
private val SettingElements by stringPatchOption(
2624
key = "SettingElements",

0 commit comments

Comments
 (0)