File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
extensions/youtube/src/main/java/app/revanced/extension/youtube/settings Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ public class Settings extends BaseSettings {
163163 public static final BooleanSetting HIDE_PLAYER_CONTROL_BUTTONS_BACKGROUND = new BooleanSetting ("revanced_hide_player_control_buttons_background" , FALSE , true );
164164 public static final BooleanSetting HIDE_PLAYER_PREVIOUS_NEXT_BUTTONS = new BooleanSetting ("revanced_hide_player_previous_next_buttons" , FALSE , true );
165165 public static final BooleanSetting HIDE_QUICK_ACTIONS = new BooleanSetting ("revanced_hide_quick_actions" , FALSE );
166- public static final BooleanSetting HIDE_RELATED_VIDEOS_OVERLAY = new BooleanSetting ("revanced_hide_related_video_overlay " , FALSE , true );
166+ public static final BooleanSetting HIDE_RELATED_VIDEOS_OVERLAY = new BooleanSetting ("revanced_hide_related_videos_overlay " , FALSE , true );
167167 public static final BooleanSetting HIDE_RELATED_VIDEOS = new BooleanSetting ("revanced_hide_related_videos" , FALSE );
168168 public static final BooleanSetting HIDE_SUBSCRIBERS_COMMUNITY_GUIDELINES = new BooleanSetting ("revanced_hide_subscribers_community_guidelines" , TRUE );
169169 public static final BooleanSetting HIDE_TIMED_REACTIONS = new BooleanSetting ("revanced_hide_timed_reactions" , TRUE );
You can’t perform that action at this time.
0 commit comments