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 {
|
||||
TextShimmer(text: "Installing CLI Tool...", font: .caption)
|
||||
.frame(maxWidth: .infinity, alignment: .leading)
|
||||
} else if let error = cliInstaller.lastError {
|
||||
if let error = cliInstaller.lastError {
|
||||
Text(error)
|
||||
.font(.caption)
|
||||
.foregroundColor(.red)
|
||||
|
|
|
|||
|
|
@ -340,7 +340,7 @@ private struct ServerSection: View {
|
|||
HStack {
|
||||
VStack(alignment: .leading, spacing: 2) {
|
||||
Text("Server Mode")
|
||||
Text("Play with this if you're feeling dangerous. Multiple servers cause reasons™.")
|
||||
Text("Multiple server implementations cause reasons™.")
|
||||
.font(.caption)
|
||||
.foregroundStyle(.secondary)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue