Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
fix(YT Music - Hide terms container): Patch doesn't require restart t…
Browse files Browse the repository at this point in the history
…o apply the changes
  • Loading branch information
anddea committed Apr 28, 2024
1 parent be22254 commit e987b6d
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ public enum SettingsEnum {
HIDE_ACCOUNT_MENU_FILTER_STRINGS("revanced_hide_account_menu_filter_strings", STRING, "", 1),
HIDE_ACCOUNT_MENU_EMPTY_COMPONENT("revanced_hide_account_menu_empty_component", BOOLEAN, FALSE),
HIDE_HANDLE("revanced_hide_handle", BOOLEAN, TRUE, true),
HIDE_TERMS_CONTAINER("revanced_hide_terms_container", BOOLEAN, FALSE, true),


HIDE_TERMS_CONTAINER("revanced_hide_terms_container", BOOLEAN, FALSE),

// Action Bar
EXTERNAL_DOWNLOADER_PACKAGE_NAME("revanced_external_downloader_package_name", STRING,
"com.deniscerri.ytdl", true, 1),
Expand Down

0 comments on commit e987b6d

Please sign in to comment.