mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 05:07:41 +02:00
chore(Settings): Change default value
This commit is contained in:
@ -137,7 +137,7 @@ val returnYouTubeDislikePatch = resourcePatch(
|
||||
addSwitchPreference(
|
||||
CategoryType.RETURN_YOUTUBE_DISLIKE,
|
||||
"revanced_ryd_toast_on_connection_error",
|
||||
"false",
|
||||
"true",
|
||||
"revanced_ryd_enabled"
|
||||
)
|
||||
|
||||
|
@ -315,7 +315,7 @@ val sponsorBlockPatch = resourcePatch(
|
||||
addSwitchPreference(
|
||||
SPONSOR_BLOCK_CATEGORY,
|
||||
"sb_toast_on_connection_error",
|
||||
"false",
|
||||
"true",
|
||||
"sb_enabled"
|
||||
)
|
||||
addPreferenceWithIntent(
|
||||
|
Reference in New Issue
Block a user