feat(YouTube Music/Hide ads): add Hide promotion alert banner setting

This commit is contained in:
inotia00
2024-09-05 17:35:26 +09:00
parent 82777db3cb
commit 94f7c5b79a
2 changed files with 7 additions and 0 deletions

View File

@ -212,5 +212,10 @@ object AdsPatch : BaseBytecodePatch(
"revanced_hide_premium_renewal",
"true"
)
SettingsPatch.addSwitchPreference(
CategoryType.ADS,
"revanced_hide_promotion_alert_banner",
"true"
)
}
}