mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-11 12:04:39 +02:00
feat(hide-cast-button): no longer dependent on microg-support
patch https://github.com/inotia00/ReVanced_Extended/issues/866
This commit is contained in:
parent
e14065c2d3
commit
4ef5714ce4
@ -9,7 +9,6 @@ import app.revanced.patcher.patch.PatchResultSuccess
|
|||||||
import app.revanced.patcher.patch.annotations.DependsOn
|
import app.revanced.patcher.patch.annotations.DependsOn
|
||||||
import app.revanced.patches.shared.annotation.YouTubeCompatibility
|
import app.revanced.patches.shared.annotation.YouTubeCompatibility
|
||||||
import app.revanced.patches.shared.patch.options.PatchOptions
|
import app.revanced.patches.shared.patch.options.PatchOptions
|
||||||
import app.revanced.patches.youtube.layout.player.castbutton.patch.HideCastButtonPatch
|
|
||||||
import app.revanced.patches.youtube.misc.clientspoof.patch.ClientSpoofPatch
|
import app.revanced.patches.youtube.misc.clientspoof.patch.ClientSpoofPatch
|
||||||
import app.revanced.patches.youtube.misc.microg.bytecode.fingerprints.*
|
import app.revanced.patches.youtube.misc.microg.bytecode.fingerprints.*
|
||||||
import app.revanced.patches.youtube.misc.microg.shared.Constants.PACKAGE_NAME
|
import app.revanced.patches.youtube.misc.microg.shared.Constants.PACKAGE_NAME
|
||||||
@ -20,7 +19,6 @@ import app.revanced.util.microg.MicroGBytecodeHelper
|
|||||||
@DependsOn(
|
@DependsOn(
|
||||||
[
|
[
|
||||||
ClientSpoofPatch::class,
|
ClientSpoofPatch::class,
|
||||||
HideCastButtonPatch::class,
|
|
||||||
PatchOptions::class
|
PatchOptions::class
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user