fix(ui): align connections row and clarify server connections behavior

This commit is contained in:
nimbold
2026-06-02 07:08:22 +03:30
parent f02a156b57
commit 108ea1297c
+2 -2
View File
@@ -98,7 +98,7 @@ struct AddDownloadsView: View {
}
}
GridRow {
GridRow(alignment: .firstTextBaseline) {
Label("Connections per File", systemImage: "point.3.connected.trianglepath.dotted")
.font(.headline)
VStack(alignment: .leading, spacing: 4) {
@@ -109,7 +109,7 @@ struct AddDownloadsView: View {
.monospacedDigit()
.frame(width: 130, alignment: .leading)
}
Text("Firelink splits each file into this many parallel segments.")
Text("Firelink splits each file into this many parallel segments. This also sets the number of concurrent connections to the server.")
.font(.caption)
.foregroundStyle(.secondary)
}