VPN modes ui fix
This commit is contained in:
parent
4c2941acf0
commit
4eef127744
3 changed files with 4 additions and 4 deletions
|
@ -273,7 +273,7 @@ PageBase {
|
|||
width: parent.width - 40
|
||||
height: GC.isMobile() ? 0: 40
|
||||
text: qsTr("+ Add site")
|
||||
enabled: VpnLogic.pushButtonVpnAddSiteEnabled
|
||||
enabled: ! VpnLogic.radioButtonVpnModeAllSitesChecked
|
||||
background: Rectangle {
|
||||
anchors.fill: parent
|
||||
radius: 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue