mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-05-02 15:44:40 +02: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(
|
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