From 3732b2ce6b617b4c1c6647397b614f8a040eece3 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sat, 18 May 2024 23:02:04 +0200 Subject: [PATCH] fix: Use correct preference key --- .../youtube/layout/buttons/navigation/NavigationButtonsPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/buttons/navigation/NavigationButtonsPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/buttons/navigation/NavigationButtonsPatch.kt index ab1263350..73df8d577 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/buttons/navigation/NavigationButtonsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/buttons/navigation/NavigationButtonsPatch.kt @@ -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"), ), ), )