mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-11 13:46:17 +00:00
fix(Instagram - Hide navigation buttons): Fix Manager patching error
This commit is contained in:
@@ -20,13 +20,15 @@ val hideNavigationButtonsPatch = bytecodePatch(
|
|||||||
val hideReels by booleanOption(
|
val hideReels by booleanOption(
|
||||||
key = "hideReels",
|
key = "hideReels",
|
||||||
default = true,
|
default = true,
|
||||||
title = "Hide Reels"
|
title = "Hide Reels",
|
||||||
|
description = "Permanently hides the Reels button."
|
||||||
)
|
)
|
||||||
|
|
||||||
val hideCreate by booleanOption(
|
val hideCreate by booleanOption(
|
||||||
key = "hideCreate",
|
key = "hideCreate",
|
||||||
default = true,
|
default = true,
|
||||||
title = "Hide Create"
|
title = "Hide Create",
|
||||||
|
description = "Permanently hides the Create button."
|
||||||
)
|
)
|
||||||
|
|
||||||
execute {
|
execute {
|
||||||
|
|||||||
Reference in New Issue
Block a user