forked from MeloNX/MeloNX
Fix spelling mistake
This commit is contained in:
parent
5c903626cc
commit
e04e689bc4
Binary file not shown.
@ -416,7 +416,7 @@ struct SettingsView: View {
|
||||
|
||||
// Advanced
|
||||
Section {
|
||||
labelWithIcon("JIT Acquisition: \(isJITEnabled() ? "Aquired" : "Not Aquired" )", iconName: "bolt.fill")
|
||||
labelWithIcon("JIT Acquisition: \(isJITEnabled() ? "Acquired" : "Not Acquired" )", iconName: "bolt.fill")
|
||||
|
||||
if #unavailable(iOS 17) {
|
||||
Toggle(isOn: $windowCode) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user