fix(YouTube - Settings): The default value for the patch option is incorrect

This commit is contained in:
inotia00 2025-04-01 19:06:28 +09:00
parent e55fd4eb74
commit 4a19a960c5

View File

@ -100,7 +100,7 @@ private const val DEFAULT_ELEMENT = "@string/parent_tools_key"
private const val DEFAULT_LABEL = "RVX"
private val SETTINGS_ELEMENTS_MAP = mapOf(
"Parent settings" to "@string/parent_tools_key",
"Parent settings" to DEFAULT_ELEMENT,
"General" to "@string/general_key",
"Account" to "@string/account_switcher_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",
"Captions" to "@string/captions_key",
"Accessibility" to "@string/accessibility_settings_key",
"About" to DEFAULT_ELEMENT
"About" to "@string/about_key"
)
private lateinit var settingsLabel: String