disabled the ability to change the protocol/server when a vpn connection is active

This commit is contained in:
vladimir.kuznetsov 2023-10-16 22:57:12 +05:00
parent e01b1db706
commit 9eb23e38bd
5 changed files with 41 additions and 23 deletions

View file

@ -81,6 +81,7 @@ RadioButton {
Text {
text: root.headerText
wrapMode: Text.WordWrap
color: "#D7D8DB"
font.pixelSize: 25
font.weight: 700
@ -110,6 +111,7 @@ RadioButton {
Text {
text: root.footerText
wrapMode: Text.WordWrap
visible: root.footerText !== ""
color: "#878B91"
font.pixelSize: 13