fix: exclude swipe-controls by default due to instability

This commit is contained in:
oSumAtrIX 2022-07-22 22:10:26 +02:00
parent b6d3141d31
commit bdeb8e0460
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -17,7 +17,7 @@ import app.revanced.patches.youtube.misc.integrations.patch.IntegrationsPatch
import app.revanced.patches.youtube.misc.playeroverlay.patch.PlayerOverlaysHookPatch
import app.revanced.patches.youtube.misc.playertype.patch.PlayerTypeHookPatch
@Patch
@Patch(include = false)
@Name("swipe-controls")
@Description("Adds volume and brightness swipe controls.")
@SwipeControlsCompatibility