mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-21 16:57:18 +02:00
fix(YouTube/Settings): fix typo
This commit is contained in:
parent
33d4bf50fd
commit
9d3f035817
@ -27,7 +27,7 @@ object AutoCaptionsPatch : BaseBytecodePatch(
|
||||
*/
|
||||
SettingsPatch.addPreference(
|
||||
arrayOf(
|
||||
"PREFERENCE: GENERAL_SETTINGS",
|
||||
"PREFERENCE_SCREEN: GENERAL",
|
||||
"SETTINGS: DISABLE_AUTO_CAPTIONS"
|
||||
)
|
||||
)
|
||||
|
@ -23,7 +23,7 @@ object ViewerDiscretionDialogPatch : BaseBytecodePatch(
|
||||
*/
|
||||
SettingsPatch.addPreference(
|
||||
arrayOf(
|
||||
"PREFERENCE: GENERAL_SETTINGS",
|
||||
"PREFERENCE_SCREEN: GENERAL",
|
||||
"SETTINGS: REMOVE_VIEWER_DISCRETION_DIALOG"
|
||||
)
|
||||
)
|
||||
|
@ -37,7 +37,7 @@ object GradientLoadingScreenPatch : BaseBytecodePatch(
|
||||
*/
|
||||
SettingsPatch.addPreference(
|
||||
arrayOf(
|
||||
"PREFERENCE: GENERAL_SETTINGS",
|
||||
"PREFERENCE_SCREEN: GENERAL",
|
||||
"SETTINGS: ENABLE_GRADIENT_LOADING_SCREEN"
|
||||
)
|
||||
)
|
||||
|
@ -49,7 +49,7 @@ object SplashAnimationPatch : BaseBytecodePatch(
|
||||
*/
|
||||
SettingsPatch.addPreference(
|
||||
arrayOf(
|
||||
"PREFERENCE: GENERAL_SETTINGS",
|
||||
"PREFERENCE_SCREEN: GENERAL",
|
||||
"SETTINGS: DISABLE_SPLASH_ANIMATION"
|
||||
)
|
||||
)
|
||||
|
@ -70,7 +70,7 @@ object TabletMiniPlayerPatch : BaseBytecodePatch(
|
||||
*/
|
||||
SettingsPatch.addPreference(
|
||||
arrayOf(
|
||||
"PREFERENCE: GENERAL_SETTINGS",
|
||||
"PREFERENCE_SCREEN: GENERAL",
|
||||
"SETTINGS: ENABLE_TABLET_MINI_PLAYER"
|
||||
)
|
||||
)
|
||||
|
@ -81,7 +81,7 @@ object WideSearchBarPatch : BaseBytecodePatch(
|
||||
*/
|
||||
SettingsPatch.addPreference(
|
||||
arrayOf(
|
||||
"PREFERENCE: GENERAL_SETTINGS",
|
||||
"PREFERENCE_SCREEN: GENERAL",
|
||||
"SETTINGS: ENABLE_WIDE_SEARCH_BAR"
|
||||
)
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user