fix(YouTube/YT Music - Debugging): Disable by default

This commit is contained in:
Aaron Veil 2024-03-18 10:23:17 +03:00
parent 074e3e4197
commit 241b6dd8c5
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -12,7 +12,7 @@ import app.revanced.patches.music.utils.settings.SettingsPatch
description = "Adds an option to enable debug logging.",
dependencies = [SettingsPatch::class],
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")],
use = true
use = false
)
@Suppress("unused")
object DebuggingPatch : ResourcePatch() {

View file

@ -48,7 +48,7 @@ import app.revanced.patches.youtube.utils.settings.SettingsPatch
]
)
],
use = true
use = false
)
@Suppress("unused")
object DebuggingPatch : ResourcePatch() {