fix(YouTube - Hide shorts components): Hide subscribe button in paused state

This commit is contained in:
oSumAtrIX 2023-10-02 00:50:18 +02:00
parent 1689bf4125
commit 9685070eda
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -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(