fix(Instagram - Hide navigation buttons): Fix Manager patching error
This commit is contained in:
parent
39f90e4b11
commit
0a8cd7a7db
1 changed files with 4 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue