parent
6bb6281149
commit
71c6cb569e
1 changed files with 1 additions and 3 deletions
|
|
@ -70,10 +70,8 @@ val hideNavigationButtonsPatch = bytecodePatch(
|
|||
description = "Permanently hides the Create button."
|
||||
)
|
||||
|
||||
|
||||
|
||||
execute {
|
||||
if (!hideHome!! &&!hideReels!! && !hideDirect!! && !hideSearch!! && !hideProfile && !hideCreate!!) {
|
||||
if (!hideHome!! &&!hideReels!! && !hideDirect!! && !hideSearch!! && !hideProfile!! && !hideCreate!!) {
|
||||
return@execute Logger.getLogger(this::class.java.name).warning(
|
||||
"No hide navigation buttons options are enabled. No changes made."
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue