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 {
163
163
public static final BooleanSetting HIDE_PLAYER_CONTROL_BUTTONS_BACKGROUND = new BooleanSetting ("revanced_hide_player_control_buttons_background" , FALSE , true );
164
164
public static final BooleanSetting HIDE_PLAYER_PREVIOUS_NEXT_BUTTONS = new BooleanSetting ("revanced_hide_player_previous_next_buttons" , FALSE , true );
165
165
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 );
167
167
public static final BooleanSetting HIDE_RELATED_VIDEOS = new BooleanSetting ("revanced_hide_related_videos" , FALSE );
168
168
public static final BooleanSetting HIDE_SUBSCRIBERS_COMMUNITY_GUIDELINES = new BooleanSetting ("revanced_hide_subscribers_community_guidelines" , TRUE );
169
169
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