feat(YouTube - Settings): Place RVX settings at top of settings by default (#147)

Co-authored-by: Kobe <kobew5050@gmail.com>
This commit is contained in:
KobeW50 2025-03-31 19:50:25 -04:00 committed by GitHub
parent 1eca8c854c
commit 3f9edca15d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -2510,7 +2510,7 @@
"description": "The settings menu name that the RVX settings menu should be above.", "description": "The settings menu name that the RVX settings menu should be above.",
"required": true, "required": true,
"type": "kotlin.String", "type": "kotlin.String",
"default": "@string/about_key", "default": "@string/parent_tools_key",
"values": { "values": {
"Parent settings": "@string/parent_tools_key", "Parent settings": "@string/parent_tools_key",
"General": "@string/general_key", "General": "@string/general_key",

View File

@ -96,7 +96,7 @@ private val settingsBytecodePatch = bytecodePatch(
} }
} }
private const val DEFAULT_ELEMENT = "@string/about_key" 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(