From 8cbef243a06c9eac707cc77ef92e0f70e701c519 Mon Sep 17 00:00:00 2001 From: neon <1234tvvt@gmail.com> Date: Fri, 22 May 2026 16:36:04 +0300 Subject: [PATCH] Fix mobilegestalt --- lara/views/tweaks/TweaksView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lara/views/tweaks/TweaksView.swift b/lara/views/tweaks/TweaksView.swift index 3fe0adf7..2d7e622a 100644 --- a/lara/views/tweaks/TweaksView.swift +++ b/lara/views/tweaks/TweaksView.swift @@ -46,7 +46,7 @@ struct TweaksView: View { Section(header: HeaderLabel(text: "User Interface", icon: "eye")) { NavigationLink("dirtyZero", destination: dirtyZeroView()) .disabled(!mgr.vfsready) - NavigationLink("MobileGestalt", destination: GestaltView(mgr: laramgr())) + NavigationLink("MobileGestalt", destination: GestaltView(mgr: mgr)) .disabled(!mgr.sbxready) NavigationLink("Font Overwrite", destination: FontPicker(mgr: mgr)) .disabled(!mgr.vfsready)