mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-15 14:06:51 +01:00
fix(YouTube - Hide shorts components): Hide subscribe button in paused state
This commit is contained in:
parent
58c75c80d2
commit
7ba2a0d73a
@ -55,7 +55,8 @@ public final class ShortsFilter extends Filter {
|
|||||||
);
|
);
|
||||||
var subscribeButton = new StringFilterGroup(
|
var subscribeButton = new StringFilterGroup(
|
||||||
SettingsEnum.HIDE_SHORTS_SUBSCRIBE_BUTTON,
|
SettingsEnum.HIDE_SHORTS_SUBSCRIBE_BUTTON,
|
||||||
"subscribe_button"
|
"subscribe_button",
|
||||||
|
"shorts_paused_state"
|
||||||
);
|
);
|
||||||
|
|
||||||
channelBar = new StringFilterGroup(
|
channelBar = new StringFilterGroup(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user