fix(Instagram - Hide navigation buttons): Add constrain to known working version

This commit is contained in:
LisoUseInAIKyrios
2025-09-15 10:36:57 +04:00
parent 2a582eced8
commit e6c79f1383

View File

@@ -15,7 +15,7 @@ val hideNavigationButtonsPatch = bytecodePatch(
description = "Hides navigation bar buttons, such as the Reels and Create button.",
use = false
) {
compatibleWith("com.instagram.android")
compatibleWith("com.instagram.android"("396.0.0.46.242"))
val hideReels by booleanOption(
key = "hideReels",