fix(YouTube/YT Music - Debugging): Disable by default
This commit is contained in:
parent
074e3e4197
commit
241b6dd8c5
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ import app.revanced.patches.youtube.utils.settings.SettingsPatch
|
|||
]
|
||||
)
|
||||
],
|
||||
use = true
|
||||
use = false
|
||||
)
|
||||
@Suppress("unused")
|
||||
object DebuggingPatch : ResourcePatch() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue