File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Coder-Desktop/Coder-Desktop/Views/VPN Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ struct VPNMenu<VPN: VPNService, FS: FileSyncDaemon>: View {
81
81
} . buttonStyle ( . plain)
82
82
TrayDivider ( )
83
83
}
84
+ AuthButton < VPN > ( )
84
85
Button {
85
86
openSettings ( )
86
87
appActivate ( )
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ struct VPNState<VPN: VPNService>: View {
12
12
case ( . failed( . systemExtensionError( . needsUserApproval) ) , _) :
13
13
VStack {
14
14
Text ( " Awaiting System Extension approval " )
15
- . font ( . headline)
16
15
. foregroundColor ( . secondary)
17
16
. multilineTextAlignment ( . center)
18
17
. fixedSize ( horizontal: false , vertical: true )
@@ -32,7 +31,6 @@ struct VPNState<VPN: VPNService>: View {
32
31
case ( . failed( . networkExtensionError( . unconfigured) ) , _) :
33
32
VStack {
34
33
Text ( " The system VPN requires reconfiguration " )
35
- . font ( . headline)
36
34
. foregroundColor ( . secondary)
37
35
. multilineTextAlignment ( . center)
38
36
. fixedSize ( horizontal: false , vertical: true )
You can’t perform that action at this time.
0 commit comments