tools: Network Quality and STUN
This commit is contained in:
@@ -22,7 +22,7 @@ public struct HTTPProxyCard: View {
|
||||
HStack {
|
||||
DashboardCardHeader(icon: "network", title: "System HTTP Proxy")
|
||||
Spacer()
|
||||
Toggle("", isOn: $systemProxyEnabled)
|
||||
Toggle(isOn: $systemProxyEnabled) {}
|
||||
.labelsHidden()
|
||||
#if os(macOS)
|
||||
.toggleStyle(.switch)
|
||||
|
||||
Reference in New Issue
Block a user