mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +00:00
settings tweaks
This commit is contained in:
parent
a3f55affc6
commit
4327ac9349
2 changed files with 2 additions and 5 deletions
|
|
@ -77,10 +77,7 @@ struct AdvancedSettingsView: View {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if cliInstaller.isInstalling {
|
if let error = cliInstaller.lastError {
|
||||||
TextShimmer(text: "Installing CLI Tool...", font: .caption)
|
|
||||||
.frame(maxWidth: .infinity, alignment: .leading)
|
|
||||||
} else if let error = cliInstaller.lastError {
|
|
||||||
Text(error)
|
Text(error)
|
||||||
.font(.caption)
|
.font(.caption)
|
||||||
.foregroundColor(.red)
|
.foregroundColor(.red)
|
||||||
|
|
|
||||||
|
|
@ -340,7 +340,7 @@ private struct ServerSection: View {
|
||||||
HStack {
|
HStack {
|
||||||
VStack(alignment: .leading, spacing: 2) {
|
VStack(alignment: .leading, spacing: 2) {
|
||||||
Text("Server Mode")
|
Text("Server Mode")
|
||||||
Text("Play with this if you're feeling dangerous. Multiple servers cause reasons™.")
|
Text("Multiple server implementations cause reasons™.")
|
||||||
.font(.caption)
|
.font(.caption)
|
||||||
.foregroundStyle(.secondary)
|
.foregroundStyle(.secondary)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue