mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-28 03:16:23 +02:00
Fix spelling mistake
This commit is contained in:
parent
5c903626cc
commit
e04e689bc4
2 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue