Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
fix(YouTube - Settings): Some settings are disabled on tablets or tab…
Browse files Browse the repository at this point in the history
…let layouts
  • Loading branch information
inotia00 authored and anddea committed Sep 16, 2024
1 parent 3db1dc4 commit b7876cb
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,22 +103,10 @@ private static void TabletLayoutLinks() {
enableDisablePreferences(
isTablet,
Settings.DISABLE_ENGAGEMENT_PANEL,
Settings.HIDE_COMMUNITY_POSTS_CHANNEL,
Settings.HIDE_COMMUNITY_POSTS_HOME_RELATED_VIDEOS,
Settings.HIDE_COMMUNITY_POSTS_SUBSCRIPTIONS,
Settings.HIDE_LATEST_VIDEOS_BUTTON,
Settings.HIDE_MIX_PLAYLISTS,
Settings.HIDE_QUICK_ACTIONS,
Settings.HIDE_QUICK_ACTIONS_COMMENT_BUTTON,
Settings.HIDE_QUICK_ACTIONS_DISLIKE_BUTTON,
Settings.HIDE_QUICK_ACTIONS_LIKE_BUTTON,
Settings.HIDE_QUICK_ACTIONS_LIVE_CHAT_BUTTON,
Settings.HIDE_QUICK_ACTIONS_MORE_BUTTON,
Settings.HIDE_QUICK_ACTIONS_OPEN_MIX_PLAYLIST_BUTTON,
Settings.HIDE_QUICK_ACTIONS_OPEN_PLAYLIST_BUTTON,
Settings.HIDE_QUICK_ACTIONS_SAVE_TO_PLAYLIST_BUTTON,
Settings.HIDE_QUICK_ACTIONS_SHARE_BUTTON,
Settings.QUICK_ACTIONS_TOP_MARGIN,
Settings.HIDE_RELATED_VIDEO_OVERLAY,
Settings.SHOW_VIDEO_TITLE_SECTION
);
Expand Down

0 comments on commit b7876cb

Please sign in to comment.