chore: temporarily hide the strict killswitch

This commit is contained in:
vladimir.kuznetsov 2025-07-07 10:26:16 +08:00
parent efcc0b7efc
commit f8bea71716

View file

@ -62,7 +62,8 @@ PageType {
Layout.leftMargin: 16
Layout.rightMargin: 16
enabled: SettingsController.isKillSwitchEnabled && !ConnectionController.isConnected
visible: false
// enabled: SettingsController.isKillSwitchEnabled && !ConnectionController.isConnected
checked: !SettingsController.strictKillSwitchEnabled
text: qsTr("Soft KillSwitch")
@ -73,7 +74,9 @@ PageType {
}
}
DividerType {}
DividerType {
visible: false
}
VerticalRadioButton {
id: strictKillSwitch