removed split site tunneling page blocking when switcher is turned off
This commit is contained in:
parent
24637a1693
commit
2a4a01a4be
1 changed files with 2 additions and 2 deletions
|
@ -116,7 +116,7 @@ PageType {
|
||||||
|
|
||||||
drawerHeight: 0.4375
|
drawerHeight: 0.4375
|
||||||
|
|
||||||
enabled: switcher.checked && root.pageEnabled
|
enabled: root.pageEnabled
|
||||||
|
|
||||||
headerText: qsTr("Mode")
|
headerText: qsTr("Mode")
|
||||||
|
|
||||||
|
@ -158,7 +158,7 @@ PageType {
|
||||||
anchors.topMargin: 16
|
anchors.topMargin: 16
|
||||||
contentHeight: col.implicitHeight + addSiteButton.implicitHeight + addSiteButton.anchors.bottomMargin + addSiteButton.anchors.topMargin
|
contentHeight: col.implicitHeight + addSiteButton.implicitHeight + addSiteButton.anchors.bottomMargin + addSiteButton.anchors.topMargin
|
||||||
|
|
||||||
enabled: switcher.checked && root.pageEnabled
|
enabled: root.pageEnabled
|
||||||
|
|
||||||
Column {
|
Column {
|
||||||
id: col
|
id: col
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue