removed split site tunneling page blocking when switcher is turned off

This commit is contained in:
vladimir.kuznetsov 2023-10-16 13:28:37 +05:00
parent 24637a1693
commit 2a4a01a4be

View file

@ -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