@@ -287,56 +287,7 @@ struct GestaltView: View {
287287 } header: {
288288 HeaderLabel ( text: " SpringBoard " , icon: " gear " )
289289 }
290-
291- Section {
292- PlainToggle (
293- text: " Disable Lock After Respring " ,
294- icon: " lock.open " ,
295- isOn: nuggetbinding (
296- " SBDontLockAfterCrash " ,
297- path: fileloc. springboard. rawValue
298- )
299- )
300-
301- PlainToggle (
302- text: " Disable Low Battery Alerts " ,
303- icon: " battery.25 " ,
304- isOn: nuggetbinding (
305- " SBHideLowPowerAlerts " ,
306- path: fileloc. springboard. rawValue
307- )
308- )
309-
310- PlainToggle (
311- text: " Show Dynamic Island in Screenshots " ,
312- icon: " camera " ,
313- isOn: nuggetbinding (
314- " SBAlwaysShowSystemApertureInSnapshots " ,
315- path: fileloc. springboard. rawValue
316- )
317- )
318-
319- PlainToggle (
320- text: " Play Sound on Paste " ,
321- icon: " speaker.wave.2 " ,
322- isOn: nuggetbinding (
323- " PlaySoundOnPaste " ,
324- path: fileloc. pasteboard. rawValue
325- )
326- )
327290
328- PlainToggle (
329- text: " System Paste Notifications " ,
330- icon: " doc.on.clipboard " ,
331- isOn: nuggetbinding (
332- " AnnounceAllPastes " ,
333- path: fileloc. pasteboard. rawValue
334- )
335- )
336- } header: {
337- HeaderLabel ( text: " Internal " , icon: " ant " )
338- }
339-
340291 Section {
341292 PlainToggle (
342293 text: " Metal HUD Debug " ,
@@ -482,7 +433,7 @@ struct GestaltView: View {
482433
483434 // bro please dont bootloop
484435 let mgData = try verifyPlist ( mgCurrentDict, targetPath: mgCurrentPath)
485- let result = mgr. lara_overwritefile ( target: mgCurrentPath, data: mgData)
436+ let result = mgr. lara_overwritefile ( target: mgCurrentPath, data: mgData, fallback_vfs : false )
486437
487438 if result. ok {
488439 Alertinator . shared. alert ( title: " Successfully applied MobileGestalt! " , body: " Respring to see any changes " , actionLabel: " Respring " , action: { mgr. respring ( ) } )
0 commit comments