You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/shared/src/main/java/app/revanced/extension/youtube/patches/components/PlayerFlyoutMenuItemsFilter.java
+17-13
Original file line number
Diff line number
Diff line change
@@ -20,12 +20,12 @@ public class PlayerFlyoutMenuItemsFilter extends Filter {
20
20
publicPlayerFlyoutMenuItemsFilter() {
21
21
exception = newByteArrayFilterGroup(
22
22
// Whitelist Quality menu item when "Hide Additional settings menu" is enabled
23
-
Settings.HIDE_ADDITIONAL_SETTINGS_MENU,
23
+
Settings.HIDE_PLAYER_FLYOUT_ADDITIONAL_SETTINGS,
24
24
"quality_sheet"
25
25
);
26
26
27
27
videoQualityMenuFooter = newStringFilterGroup(
28
-
Settings.HIDE_VIDEO_QUALITY_MENU_FOOTER,
28
+
Settings.HIDE_PLAYER_FLYOUT_VIDEO_QUALITY_FOOTER,
29
29
"quality_sheet_footer"
30
30
);
31
31
@@ -36,47 +36,51 @@ public PlayerFlyoutMenuItemsFilter() {
Copy file name to clipboardExpand all lines: patches/src/main/kotlin/app/revanced/patches/youtube/layout/hide/player/flyoutmenupanel/HidePlayerFlyoutMenuPatch.kt
+2-1
Original file line number
Diff line number
Diff line change
@@ -46,14 +46,15 @@ val hidePlayerFlyoutMenuPatch = bytecodePatch(
0 commit comments