From 1dbd87e5993fef5d2b84c662120014c47c968f6e Mon Sep 17 00:00:00 2001 From: Nick Chan Date: Wed, 17 Jan 2024 17:57:42 +0800 Subject: [PATCH] Fix use_hogger in old UI --- usprebooter/ContentView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usprebooter/ContentView.swift b/usprebooter/ContentView.swift index a930c77..c78ffc6 100644 --- a/usprebooter/ContentView.swift +++ b/usprebooter/ContentView.swift @@ -68,7 +68,7 @@ struct ContentView: View { HStack { Button("do the thing!") { DispatchQueue.main.async { - do_kopen(UInt64(pUaFPages), UInt64(puaf_method), UInt64(kread_method), UInt64(kwrite_method), Int(staticHeadroomMB), true) + do_kopen(UInt64(pUaFPages), UInt64(puaf_method), UInt64(kread_method), UInt64(kwrite_method), Int(staticHeadroomMB), use_hogger) go(false, "install") do_kclose() }