Skip to content

Commit

Permalink
feat(youtube/theme): exclude the patch by default
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Nov 20, 2022
1 parent 17bb066 commit d3ceecf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down

0 comments on commit d3ceecf

Please sign in to comment.