Skip to content

Commit

Permalink
feat(YouTube - Tuck away preferences): Optimize default options #277
Browse files Browse the repository at this point in the history
feat(YouTube - Tuck away preferences): Optimization default options of patch
  • Loading branch information
anddea authored Apr 6, 2024
2 parents 0852283 + 1a8beaa commit c48719b
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ import org.w3c.dom.Element
@Suppress("unused")
object HideSettingsPrefsPatch : ResourcePatch() {

private const val DEFAULT_ELEMENTS = "Data saving, Video quality preferences, Watch on TV, " +
"Manage all history, Privacy, Try experimental new features, Purchases and memberships, " +
"Billing and payments, Notifications, Captions, Connected apps, Live chat, Accessibility, About"
private const val DEFAULT_ELEMENTS = "Data saving, Video quality preferences, Manage all history, Privacy, Try experimental new features, " +
"Purchases and memberships, Billing & payments, Connected apps, Live chat, Captions, About"

private val SettingElements by stringPatchOption(
key = "SettingElements",
Expand Down

0 comments on commit c48719b

Please sign in to comment.