chore/minor UI fixes (#1308)
* chore: corrected the translation error * bugfix: fixed basic button left iamge color
This commit is contained in:
parent
367789bda2
commit
48f6cf904e
3 changed files with 3 additions and 2 deletions
|
@ -110,6 +110,7 @@ PageType {
|
|||
text: isSplitTunnelingEnabled ? qsTr("Split tunneling enabled") : qsTr("Split tunneling disabled")
|
||||
|
||||
leftImageSource: isSplitTunnelingEnabled ? "qrc:/images/controls/split-tunneling.svg" : ""
|
||||
leftImageColor: ""
|
||||
rightImageSource: "qrc:/images/controls/chevron-down.svg"
|
||||
|
||||
Keys.onEnterPressed: splitTunnelingButton.clicked()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue