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

Commit

Permalink
fix(YouTube - Shorts components): `Hide save sound to playlist button…
Browse files Browse the repository at this point in the history
…` setting does not work
  • Loading branch information
anddea committed Sep 30, 2024
1 parent 78adbfc commit 2711a55
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ public ShortsButtonFilter() {
),
new ByteArrayFilterGroup(
Settings.HIDE_SHORTS_SAVE_SOUND_BUTTON,
"yt_outline_list_add_"
"yt_outline_list_add_",
"yt_outline_bookmark_"
),
new ByteArrayFilterGroup(
Settings.HIDE_SHORTS_SEARCH_SUGGESTIONS_BUTTON,
Expand Down

0 comments on commit 2711a55

Please sign in to comment.