mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-04-29 22:24:31 +02:00
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:
parent
1eca8c854c
commit
3f9edca15d
@ -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",
|
||||||
|
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user