Skip to content

Commit

Permalink
fix(YouTube - Visual settings icons): Add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
anddea committed Mar 29, 2024
1 parent 0478145 commit b3b3545
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import org.w3c.dom.NodeList
@Patch(
name = "Visual settings icons",
description = "Adds icons to specific preferences in the settings.",
dependencies = [SettingsPatch::class],
compatiblePackages = [CompatiblePackage("com.google.android.youtube", [])],
use = true
)
Expand Down

0 comments on commit b3b3545

Please sign in to comment.