feat(YouTube - Navigation buttons): Add 'Hide notifications' setting (#4485)

This commit is contained in:
LisoUseInAIKyrios
2025-02-21 14:09:01 +02:00
committed by GitHub
parent 6b54879282
commit 506d2414bb
5 changed files with 12 additions and 2 deletions

View File

@ -58,6 +58,7 @@ val navigationButtonsPatch = bytecodePatch(
SwitchPreference("revanced_hide_shorts_button"),
SwitchPreference("revanced_hide_create_button"),
SwitchPreference("revanced_hide_subscriptions_button"),
SwitchPreference("revanced_hide_notifications_button"),
SwitchPreference("revanced_switch_create_with_notifications_button"),
SwitchPreference("revanced_hide_navigation_button_labels"),
)