Skip to content

Commit

Permalink
Change kill switch radio button styling
Browse files Browse the repository at this point in the history
  • Loading branch information
aiamnezia committed Feb 24, 2025
1 parent ac281ce commit d0fe48b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions client/ui/qml/Pages2/PageSettingsKillSwitch.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

Expand Down

0 comments on commit d0fe48b

Please sign in to comment.