Skip to content

Commit

Permalink
Fix old UI isBeta
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfugil committed Jan 17, 2024
1 parent 1dbd87e commit 6463791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usprebooter/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ struct ContentView: View {
Button("do the thing!") {
DispatchQueue.main.async {
do_kopen(UInt64(pUaFPages), UInt64(puaf_method), UInt64(kread_method), UInt64(kwrite_method), Int(staticHeadroomMB), use_hogger)
go(false, "install")
go(isBeta, "install")
do_kclose()
}
}.padding(16)
Expand Down

0 comments on commit 6463791

Please sign in to comment.