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

@ -51,7 +51,7 @@ public class BaseSettings {
/**
* These settings are used by YouTube and YouTube Music.
*/
public static final BooleanSetting HIDE_FULLSCREEN_ADS = new BooleanSetting("revanced_hide_fullscreen_ads", TRUE, true);
public static final BooleanSetting HIDE_FULLSCREEN_ADS = new BooleanSetting("revanced_hide_fullscreen_ads", FALSE, true);
public static final BooleanSetting HIDE_PROMOTION_ALERT_BANNER = new BooleanSetting("revanced_hide_promotion_alert_banner", TRUE);
public static final BooleanSetting DISABLE_AUTO_CAPTIONS = new BooleanSetting("revanced_disable_auto_captions", FALSE, true);