Skip to content

Commit b3b3545

Browse files
committed
fix(YouTube - Visual settings icons): Add missing dependency
1 parent 0478145 commit b3b3545

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/app/revanced/patches/youtube/utils/settings/VisualSettingsIconsPatch.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import org.w3c.dom.NodeList
1313
@Patch(
1414
name = "Visual settings icons",
1515
description = "Adds icons to specific preferences in the settings.",
16+
dependencies = [SettingsPatch::class],
1617
compatiblePackages = [CompatiblePackage("com.google.android.youtube", [])],
1718
use = true
1819
)

0 commit comments

Comments
 (0)