forked from MeloNX/MeloNX
Fix spelling mistake
This commit is contained in:
parent
86213a3d19
commit
4d3adc3425
Binary file not shown.
@ -416,7 +416,7 @@ struct SettingsView: View {
|
|||||||
|
|
||||||
// Advanced
|
// Advanced
|
||||||
Section {
|
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) {
|
if #unavailable(iOS 17) {
|
||||||
Toggle(isOn: $windowCode) {
|
Toggle(isOn: $windowCode) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user