Skip to content

Commit

Permalink
fix: Use correct preference key
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed May 18, 2024
1 parent 3787439 commit 3732b2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ object NavigationButtonsPatch : BytecodePatch(
SwitchPreference("revanced_hide_create_button"),
SwitchPreference("revanced_hide_subscriptions_button"),
SwitchPreference("revanced_switch_create_with_notifications_button"),
SwitchPreference("revanced_hide_navigation_labels"),
SwitchPreference("revanced_hide_navigation_button_labels"),
),
),
)
Expand Down

0 comments on commit 3732b2c

Please sign in to comment.