fix port formatting

This commit is contained in:
Peter Steinberger 2025-06-22 16:04:52 +02:00
parent 87bc8e9f70
commit 47040e7ff8

View file

@ -18,7 +18,7 @@ struct DebugSettingsView: View {
} }
private var serverPort: Int { private var serverPort: Int {
Int(serverManager.port) ?? 4_020 Int(serverManager.port) ?? 4020
} }
var body: some View { var body: some View {