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)