Skip to content

Commit 790c561

Browse files
author
devz906
committed
Fix ContentView.swift syntax errors
- Remove leftover page size code fragments - Clean up VStack structure and closing braces - Fix Swift compilation errors in ContentView.swift - Ensure proper syntax for engine-based UI
1 parent 5571dd0 commit 790c561

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

App/ContentView.swift

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,6 @@ struct ContentView: View {
5757
}
5858
.padding()
5959
.background(Color(.systemGray6))
60-
.cornerRadius(10)
61-
Text("✅ Optimal 16KB page size detected")
62-
.font(.caption)
63-
.foregroundColor(.green)
64-
} else if pageSize == 4096 {
65-
Text("⚠️ 4KB page size - supported but less optimal")
66-
.font(.caption)
67-
.foregroundColor(.orange)
68-
}
69-
}
70-
.padding()
71-
.background(Color(.systemGray6))
7260
.cornerRadius(10)
7361

7462
// Control Buttons

0 commit comments

Comments
 (0)