mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-12-01 00:02:55 +01:00
fix(YouTube - Hide shorts components): Hide subscribe button in paused state
This commit is contained in:
parent
1689bf4125
commit
9685070eda
@ -55,7 +55,8 @@ public final class ShortsFilter extends Filter {
|
||||
);
|
||||
var subscribeButton = new StringFilterGroup(
|
||||
SettingsEnum.HIDE_SHORTS_SUBSCRIBE_BUTTON,
|
||||
"subscribe_button"
|
||||
"subscribe_button",
|
||||
"shorts_paused_state"
|
||||
);
|
||||
|
||||
channelBar = new StringFilterGroup(
|
||||
|
Loading…
Reference in New Issue
Block a user