Skip to content

Commit

Permalink
refactor(YouTube - Visual settings icons): Rename to `Visual preferen…
Browse files Browse the repository at this point in the history
…ces icons`
  • Loading branch information
anddea committed Mar 31, 2024
1 parent a6d269e commit d297a88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ ReVanced Extended Patches.
| `Swipe controls` | Adds options to enable and configure volume and brightness swipe controls. | 18.25.40 ~ 19.11.38 |
| `Theme` | Change the app's theme to the values specified in options.json. | 18.25.40 ~ 19.11.38 |
| `Translations` | Add Crowdin translations for YouTube. | 18.25.40 ~ 19.11.38 |
| `Visual settings icons` | Adds icons to specific preferences in the settings. | all |
| `Visual preferences icons` | Adds icons to specific preferences in the settings. | all |
</details>

### [📦 `com.google.android.apps.youtube.music`](https://play.google.com/store/apps/details?id=com.google.android.apps.youtube.music)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import org.w3c.dom.Element
import org.w3c.dom.NodeList

@Patch(
name = "Visual settings icons",
name = "Visual preferences icons",
description = "Adds icons to specific preferences in the settings.",
dependencies = [SettingsPatch::class],
compatiblePackages = [CompatiblePackage("com.google.android.youtube", [])],
Expand Down Expand Up @@ -128,7 +128,7 @@ object VisualSettingsIconsPatch : ResourcePatch() {
processPreferences(editor.file)
}

SettingsPatch.updatePatchStatus("Visual settings icons")
SettingsPatch.updatePatchStatus("Visual preferences icons")

}
}

0 comments on commit d297a88

Please sign in to comment.