mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 01:01:56 +01:00
fix(youtube/hide-video-action-buttons): change 'Hide create, clip and thanks buttons' to default off (#1923)
This commit is contained in:
parent
85675b8000
commit
fc89c865f9
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class HideButtonsPatch : ResourcePatch {
|
|||
SwitchPreference(
|
||||
"revanced_hide_action_button",
|
||||
StringResource("revanced_hide_action_button_title", "Hide create, clip and thanks buttons"),
|
||||
true,
|
||||
false,
|
||||
StringResource("revanced_hide_action_button_summary_on", "Buttons are hidden"),
|
||||
StringResource("revanced_hide_action_button_summary_off", "Buttons are shown")
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue