fix(Instagram - Hide navigation buttons): Fix Manager patching error

This commit is contained in:
LisoUseInAIKyrios
2025-09-04 16:01:50 +02:00
parent 39f90e4b11
commit 0a8cd7a7db

View File

@@ -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 {