Change kill switch radio button styling

This commit is contained in:
aiamnezia 2025-02-24 16:16:56 +04:00
parent ac281cee5b
commit d0fe48b8c7

View file

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