diff --git a/ApplicationLibrary/Views/Dashboard/Cards/HTTPProxyCard.swift b/ApplicationLibrary/Views/Dashboard/Cards/HTTPProxyCard.swift index 46fc105..9ce5561 100644 --- a/ApplicationLibrary/Views/Dashboard/Cards/HTTPProxyCard.swift +++ b/ApplicationLibrary/Views/Dashboard/Cards/HTTPProxyCard.swift @@ -24,6 +24,9 @@ public struct HTTPProxyCard: View { Spacer() Toggle("", isOn: $systemProxyEnabled) .labelsHidden() + #if os(macOS) + .toggleStyle(.switch) + #endif .onChangeCompat(of: systemProxyEnabled) { newValue in Task { await onToggle(newValue)