mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-25 18:17:21 +00:00
fix(ui): align connections row and clarify server connections behavior
This commit is contained in:
@@ -98,7 +98,7 @@ struct AddDownloadsView: View {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
GridRow {
|
GridRow(alignment: .firstTextBaseline) {
|
||||||
Label("Connections per File", systemImage: "point.3.connected.trianglepath.dotted")
|
Label("Connections per File", systemImage: "point.3.connected.trianglepath.dotted")
|
||||||
.font(.headline)
|
.font(.headline)
|
||||||
VStack(alignment: .leading, spacing: 4) {
|
VStack(alignment: .leading, spacing: 4) {
|
||||||
@@ -109,7 +109,7 @@ struct AddDownloadsView: View {
|
|||||||
.monospacedDigit()
|
.monospacedDigit()
|
||||||
.frame(width: 130, alignment: .leading)
|
.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)
|
.font(.caption)
|
||||||
.foregroundStyle(.secondary)
|
.foregroundStyle(.secondary)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user