fix: temporarily hide the strict killswitch

This commit is contained in:
vladimir.kuznetsov 2025-05-23 23:30:49 +08:00
parent 48a5452a65
commit c6273885d9

View file

@ -81,7 +81,8 @@ PageType {
Layout.leftMargin: 16 Layout.leftMargin: 16
Layout.rightMargin: 16 Layout.rightMargin: 16
enabled: SettingsController.isKillSwitchEnabled && !ConnectionController.isConnected visible: false
enabled: false //SettingsController.isKillSwitchEnabled && !ConnectionController.isConnected
checked: SettingsController.strictKillSwitchEnabled checked: SettingsController.strictKillSwitchEnabled
text: qsTr("Strict KillSwitch") text: qsTr("Strict KillSwitch")
@ -103,7 +104,9 @@ PageType {
} }
} }
DividerType {} DividerType {
visible: false
}
LabelWithButtonType { LabelWithButtonType {
Layout.topMargin: 32 Layout.topMargin: 32