feat(youtube/general-ads): hide quick actions in fullscreen

Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
oSumAtrIX 2023-02-23 13:30:49 +01:00
parent 178b90b490
commit ae862cbac6
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -93,6 +93,7 @@ public final class GeneralAdsPatch extends Filter {
channelMemberShelf
);
var quickActions = new BlockRule(SettingsEnum.ADREMOVER_CHANNEL_BAR, "quick_actions");
var carouselAd = new BlockRule(SettingsEnum.ADREMOVER_GENERAL_ADS_REMOVAL,
"carousel_ad"
);
@ -106,6 +107,7 @@ public final class GeneralAdsPatch extends Filter {
this.identifierRegister.registerAll(
shorts,
graySeparator,
quickActions,
carouselAd
);
}