mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 21:27:43 +02:00
feat(YouTube/Settings): Remove quotations from proper nouns (#56)
* YTM: Remove quotations from proper nouns
* YT: Remove quotations from proper nouns
* Apply changes from review
* Update strings.xml
* Update strings.xml
* Speed overlay setting description
* Update strings.xml
* Rename toggle
* Revert string name change
This partially reverts commit 00054435fb
.
* Apply suggestion from review (Hide subscriptions channel section)
* Apply suggestion from review
* Unfuck my forced commit mess
(Also made another description dynamic)
* Apply suggestion from review
* capitalize `Ambient mode` and change wording
* Apply code review suggestions
* Apply suggestion from review
---------
Co-authored-by: inotia00 <108592928+inotia00@users.noreply.github.com>
This commit is contained in:
@ -25,7 +25,7 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference
|
||||
@Suppress("unused")
|
||||
object AmbientModeSwitchPatch : BaseBytecodePatch(
|
||||
name = "Ambient mode control",
|
||||
description = "Adds options to disable ambient mode and to bypass ambient mode restrictions.",
|
||||
description = "Adds options to disable Ambient mode and to bypass Ambient mode restrictions.",
|
||||
dependencies = setOf(SettingsPatch::class),
|
||||
compatiblePackages = COMPATIBLE_PACKAGE,
|
||||
fingerprints = setOf(
|
||||
|
Reference in New Issue
Block a user