mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +00:00
fix port formatting
This commit is contained in:
parent
87bc8e9f70
commit
47040e7ff8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue