mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-07 08:16:59 +01:00
feat(youtube/theme): exclude the patch by default
This commit is contained in:
parent
db44fa6f5a
commit
57358edc4c
@ -13,7 +13,7 @@ import app.revanced.util.resources.ResourceUtils
|
|||||||
import app.revanced.util.resources.ResourceUtils.copyResources
|
import app.revanced.util.resources.ResourceUtils.copyResources
|
||||||
import org.w3c.dom.Element
|
import org.w3c.dom.Element
|
||||||
|
|
||||||
@Patch
|
@Patch(include = false)
|
||||||
@DependsOn([LithoThemePatch::class, FixLocaleConfigErrorPatch::class])
|
@DependsOn([LithoThemePatch::class, FixLocaleConfigErrorPatch::class])
|
||||||
@Name("theme")
|
@Name("theme")
|
||||||
@Description("Applies a custom theme.")
|
@Description("Applies a custom theme.")
|
||||||
|
Loading…
Reference in New Issue
Block a user