File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/main/kotlin/app/revanced/patches/youtube/ad/general Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,12 @@ object HideAdsResourcePatch : ResourcePatch() {
3131 StringResource (" revanced_hide_general_ads_summary_on" , " General ads are hidden" ),
3232 StringResource (" revanced_hide_general_ads_summary_off" , " General ads are shown" )
3333 ),
34+ SwitchPreference (
35+ " revanced_hide_fullscreen_ads" ,
36+ StringResource (" revanced_hide_fullscreen_ads_title" , " Hide fullscreen ads" ),
37+ StringResource (" revanced_hide_fullscreen_ads_summary_on" , " Fullscreen ads are hidden" ),
38+ StringResource (" revanced_hide_fullscreen_ads_summary_off" , " Fullscreen ads are shown" )
39+ ),
3440 SwitchPreference (
3541 " revanced_hide_buttoned_ads" ,
3642 StringResource (" revanced_hide_buttoned_ads_title" , " Hide buttoned ad" ),
You can’t perform that action at this time.
0 commit comments