Skip to content

Commit

Permalink
fix(YouTube - Hide video action buttons): Remove obsolete `hide Shop …
Browse files Browse the repository at this point in the history
…button` (#618)
  • Loading branch information
LisoUseInAIKyrios committed Apr 21, 2024
1 parent b2b6b8c commit a78c3ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Expand Up @@ -63,10 +63,6 @@ public ButtonsFilter() {
Settings.HIDE_CLIP_BUTTON,
"yt_outline_scissors"
),
new ByteArrayFilterGroup(
Settings.HIDE_SHOP_BUTTON,
"yt_outline_bag"
),
new ByteArrayFilterGroup(
Settings.HIDE_THANKS_BUTTON,
"yt_outline_dollar_sign_heart"
Expand Down
Expand Up @@ -194,7 +194,6 @@ public class Settings extends BaseSettings {
public static final BooleanSetting HIDE_THANKS_BUTTON = new BooleanSetting("revanced_hide_thanks_button", TRUE);
public static final BooleanSetting HIDE_CLIP_BUTTON = new BooleanSetting("revanced_hide_clip_button", TRUE);
public static final BooleanSetting HIDE_PLAYLIST_BUTTON = new BooleanSetting("revanced_hide_playlist_button", FALSE);
public static final BooleanSetting HIDE_SHOP_BUTTON = new BooleanSetting("revanced_hide_shop_button", TRUE);

// Player flyout menu items
public static final BooleanSetting HIDE_CAPTIONS_MENU = new BooleanSetting("revanced_hide_player_flyout_captions", FALSE);
Expand Down

0 comments on commit a78c3ff

Please sign in to comment.