diff --git a/patches/src/main/kotlin/app/revanced/patches/instagram/hide/navigation/HideNavigationButtons.kt b/patches/src/main/kotlin/app/revanced/patches/instagram/hide/navigation/HideNavigationButtons.kt index f63d55b62..b0f751d20 100644 --- a/patches/src/main/kotlin/app/revanced/patches/instagram/hide/navigation/HideNavigationButtons.kt +++ b/patches/src/main/kotlin/app/revanced/patches/instagram/hide/navigation/HideNavigationButtons.kt @@ -20,13 +20,15 @@ val hideNavigationButtonsPatch = bytecodePatch( val hideReels by booleanOption( key = "hideReels", default = true, - title = "Hide Reels" + title = "Hide Reels", + description = "Permanently hides the Reels button." ) val hideCreate by booleanOption( key = "hideCreate", default = true, - title = "Hide Create" + title = "Hide Create", + description = "Permanently hides the Create button." ) execute {