fix(YouTube/YouTube Music): change default value

This commit is contained in:
inotia00
2024-01-03 21:43:29 +09:00
parent 9f7bf79465
commit 0fb6966cee
3 changed files with 8 additions and 8 deletions

View File

@ -33,7 +33,7 @@ object ReturnYouTubeDislikePatch : ResourcePatch() {
context.addSwitchPreference("revanced_ryd_compact_layout", "false", "revanced_ryd_enabled")
context.addSwitchPreference(
"revanced_ryd_toast_on_connection_error",
"true",
"false",
"revanced_ryd_enabled"
)
context.addPreferenceCategory("revanced_ryd_about")