feat(youtube/hide-button-container): removed settings marked as Experimental Flags

This commit is contained in:
inotia00
2023-07-09 08:21:50 +09:00
parent cbe327deb6
commit 151fd06c26
2 changed files with 2 additions and 12 deletions

View File

@ -9,11 +9,9 @@ import app.revanced.patcher.patch.PatchResultSuccess
import app.revanced.patcher.patch.ResourcePatch
import app.revanced.patcher.patch.annotations.DependsOn
import app.revanced.patcher.patch.annotations.Patch
import app.revanced.patches.shared.patch.litho.ComponentParserPatch.Companion.objectHook
import app.revanced.patches.youtube.utils.annotations.YouTubeCompatibility
import app.revanced.patches.youtube.utils.litho.patch.LithoFilterPatch
import app.revanced.patches.youtube.utils.settings.resource.patch.SettingsPatch
import app.revanced.util.integrations.Constants.BOTTOM_PLAYER
import app.revanced.util.integrations.Constants.PATCHES_PATH
@Patch
@ -31,7 +29,6 @@ class ButtonContainerPatch : ResourcePatch {
override fun execute(context: ResourceContext): PatchResult {
LithoFilterPatch.addFilter("$PATCHES_PATH/ads/ButtonsFilter;")
objectHook("$BOTTOM_PLAYER->hideActionButton")
/**
* Add settings