feat: settings patch

This commit is contained in:
oSumAtrIX
2022-07-31 12:15:26 +02:00
committed by GitHub
parent b3d8dc2219
commit 0e229a46cb
19 changed files with 646 additions and 11 deletions

View File

@ -20,7 +20,7 @@ import app.revanced.patches.youtube.layout.widesearchbar.fingerprints.WideSearch
import app.revanced.patches.youtube.layout.widesearchbar.fingerprints.WideSearchbarTwoParentFingerprint
import app.revanced.patches.youtube.misc.integrations.patch.IntegrationsPatch
@Patch(include = false)
@Patch
@Dependencies([IntegrationsPatch::class])
@Name("enable-wide-searchbar")
@Description("Replaces the search icon with a wide search bar. This will hide the YouTube logo when active.")