fix(Hide ads): Change the default value of Hide fullscreen ads to false and add limitations to the description (Close https://github.com/inotia00/ReVanced_Extended/issues/2812)

This commit is contained in:
inotia00
2025-03-06 11:58:14 +09:00
parent e41bad3f35
commit 1cfe69ab47
3 changed files with 6 additions and 3 deletions

View File

@ -194,7 +194,7 @@ val adsPatch = bytecodePatch(
addSwitchPreference(
CategoryType.ADS,
"revanced_hide_fullscreen_ads",
"true"
"false"
)
addSwitchPreference(
CategoryType.ADS,