Skip to content

Commit

Permalink
fix(YouTube - Spoof device dimensions): Warn about potential performa…
Browse files Browse the repository at this point in the history
…nce issues (#617)
  • Loading branch information
LisoUseInAIKyrios committed Apr 18, 2024
1 parent bcc9126 commit 786ac9d
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -223,7 +223,8 @@ public class Settings extends BaseSettings {
parent(SPOOF_SIGNATURE));
public static final BooleanSetting SPOOF_STORYBOARD_RENDERER = new BooleanSetting("revanced_spoof_storyboard", TRUE, true,
parent(SPOOF_SIGNATURE));
public static final BooleanSetting SPOOF_DEVICE_DIMENSIONS = new BooleanSetting("revanced_spoof_device_dimensions", FALSE, true);
public static final BooleanSetting SPOOF_DEVICE_DIMENSIONS = new BooleanSetting("revanced_spoof_device_dimensions", FALSE, true,
"revanced_spoof_device_dimensions_user_dialog_message");
public static final BooleanSetting BYPASS_URL_REDIRECTS = new BooleanSetting("revanced_bypass_url_redirects", TRUE);
public static final BooleanSetting ANNOUNCEMENTS = new BooleanSetting("revanced_announcements", TRUE);
@Deprecated
Expand Down

0 comments on commit 786ac9d

Please sign in to comment.