added config export in native format openvpn and wireguard
This commit is contained in:
parent
43261f8469
commit
a97417fd38
5 changed files with 137 additions and 39 deletions
|
@ -55,7 +55,7 @@ Button {
|
|||
fillColor: "transparent"
|
||||
strokeColor: {
|
||||
if (ConnectionController.isConnectionInProgress) {
|
||||
return Qt.rgba(251/255, 178/255, 106/255, 1)
|
||||
return "#261E1A"
|
||||
} else if (ConnectionController.isConnected) {
|
||||
return connectedButtonColor
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue