diff --git a/client/ui/qml/Pages2/PageSettingsKillSwitch.qml b/client/ui/qml/Pages2/PageSettingsKillSwitch.qml index 18cd9626..211a1507 100644 --- a/client/ui/qml/Pages2/PageSettingsKillSwitch.qml +++ b/client/ui/qml/Pages2/PageSettingsKillSwitch.qml @@ -62,9 +62,6 @@ PageType { Layout.leftMargin: 16 Layout.rightMargin: 16 - selectedTextColor: AmneziaStyle.color.paleGray - selectedTextDisabledColor: AmneziaStyle.color.mutedGray - radioButtonPressedSource: "qrc:/images/controls/radio-button.svg" enabled: SettingsController.isKillSwitchEnabled && !ConnectionController.isConnected checked: !SettingsController.strictKillSwitchEnabled @@ -84,9 +81,6 @@ PageType { Layout.leftMargin: 16 Layout.rightMargin: 16 - selectedTextColor: AmneziaStyle.color.paleGray - selectedTextDisabledColor: AmneziaStyle.color.mutedGray - radioButtonPressedSource: "qrc:/images/controls/radio-button.svg" enabled: SettingsController.isKillSwitchEnabled && !ConnectionController.isConnected checked: SettingsController.strictKillSwitchEnabled