feat(YouTube - Comments): Add option to hide timestamp and emoji buttons (#3076)
This commit is contained in:
parent
6b33cd2d8f
commit
fe461c1d14
2 changed files with 5 additions and 1 deletions
|
|
@ -58,7 +58,8 @@ object CommentsPatch : ResourcePatch() {
|
|||
"revanced_comments_screen",
|
||||
preferences = setOf(
|
||||
SwitchPreference("revanced_hide_preview_comment"),
|
||||
SwitchPreference("revanced_hide_comments_section")
|
||||
SwitchPreference("revanced_hide_comments_section"),
|
||||
SwitchPreference("revanced_hide_comment_timestamp_and_emoji_buttons")
|
||||
),
|
||||
sorting = PreferenceScreen.Sorting.UNSORTED
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue