From 56459c486c98fc4d1f98b3f9f410523a8883de49 Mon Sep 17 00:00:00 2001 From: inotia00 Date: Sat, 15 Apr 2023 23:48:59 +0900 Subject: [PATCH] refactor(settings): no longer exposed in patch list (included by default) --- .../youtube/misc/settings/resource/patch/SettingsPatch.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/misc/settings/resource/patch/SettingsPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/misc/settings/resource/patch/SettingsPatch.kt index f6f5a2c05..db25b95d6 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/misc/settings/resource/patch/SettingsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/misc/settings/resource/patch/SettingsPatch.kt @@ -7,7 +7,6 @@ import app.revanced.patcher.data.ResourceContext import app.revanced.patcher.patch.PatchResult import app.revanced.patcher.patch.PatchResultSuccess import app.revanced.patcher.patch.annotations.DependsOn -import app.revanced.patcher.patch.annotations.Patch import app.revanced.patches.shared.annotation.YouTubeCompatibility import app.revanced.patches.shared.patch.options.PatchOptions import app.revanced.patches.shared.patch.settings.AbstractSettingsResourcePatch @@ -21,7 +20,6 @@ import app.revanced.util.resources.ResourceUtils import app.revanced.util.resources.ResourceUtils.copyResources import org.w3c.dom.Element -@Patch @Name("settings") @Description("Applies mandatory patches to implement ReVanced settings into the application.") @DependsOn(