feat(youtube/theme): exclude the patch by default

This commit is contained in:
oSumAtrIX
2022-11-21 00:58:06 +01:00
parent b099d8b60b
commit bfda80c6ec

View File

@@ -13,7 +13,7 @@ import app.revanced.util.resources.ResourceUtils
import app.revanced.util.resources.ResourceUtils.copyResources
import org.w3c.dom.Element
@Patch
@Patch(include = false)
@DependsOn([LithoThemePatch::class, FixLocaleConfigErrorPatch::class])
@Name("theme")
@Description("Applies a custom theme.")