mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-04-29 22:24:31 +02:00
fix(YouTube - Settings): The default value for the patch option is incorrect
This commit is contained in:
parent
e55fd4eb74
commit
4a19a960c5
@ -100,7 +100,7 @@ private const val DEFAULT_ELEMENT = "@string/parent_tools_key"
|
|||||||
private const val DEFAULT_LABEL = "RVX"
|
private const val DEFAULT_LABEL = "RVX"
|
||||||
|
|
||||||
private val SETTINGS_ELEMENTS_MAP = mapOf(
|
private val SETTINGS_ELEMENTS_MAP = mapOf(
|
||||||
"Parent settings" to "@string/parent_tools_key",
|
"Parent settings" to DEFAULT_ELEMENT,
|
||||||
"General" to "@string/general_key",
|
"General" to "@string/general_key",
|
||||||
"Account" to "@string/account_switcher_key",
|
"Account" to "@string/account_switcher_key",
|
||||||
"Data saving" to "@string/data_saving_settings_key",
|
"Data saving" to "@string/data_saving_settings_key",
|
||||||
@ -121,7 +121,7 @@ private val SETTINGS_ELEMENTS_MAP = mapOf(
|
|||||||
"Live chat" to "@string/live_chat_key",
|
"Live chat" to "@string/live_chat_key",
|
||||||
"Captions" to "@string/captions_key",
|
"Captions" to "@string/captions_key",
|
||||||
"Accessibility" to "@string/accessibility_settings_key",
|
"Accessibility" to "@string/accessibility_settings_key",
|
||||||
"About" to DEFAULT_ELEMENT
|
"About" to "@string/about_key"
|
||||||
)
|
)
|
||||||
|
|
||||||
private lateinit var settingsLabel: String
|
private lateinit var settingsLabel: String
|
||||||
|
Loading…
x
Reference in New Issue
Block a user