Skip to content

Commit

Permalink
Optimizing default options of patch Tuck away preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
odkate authored Apr 6, 2024
1 parent db60c9a commit 1a8beaa
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

2 comments on commit 1a8beaa

@Matty003
Copy link

@Matty003 Matty003 commented on 1a8beaa May 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can u plz exclude history from tuck away preferences @anddea ?

@anddea
Copy link
Owner

@anddea anddea commented on 1a8beaa May 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can u plz exclude history from tuck away preferences?

This option is no longer present in dev releases, now you can edit it inside settings.

Please sign in to comment.