Change kill switch radio button styling
This commit is contained in:
parent
ac281cee5b
commit
d0fe48b8c7
1 changed files with 0 additions and 6 deletions
|
|
@ -62,9 +62,6 @@ PageType {
|
||||||
Layout.leftMargin: 16
|
Layout.leftMargin: 16
|
||||||
Layout.rightMargin: 16
|
Layout.rightMargin: 16
|
||||||
|
|
||||||
selectedTextColor: AmneziaStyle.color.paleGray
|
|
||||||
selectedTextDisabledColor: AmneziaStyle.color.mutedGray
|
|
||||||
radioButtonPressedSource: "qrc:/images/controls/radio-button.svg"
|
|
||||||
enabled: SettingsController.isKillSwitchEnabled && !ConnectionController.isConnected
|
enabled: SettingsController.isKillSwitchEnabled && !ConnectionController.isConnected
|
||||||
checked: !SettingsController.strictKillSwitchEnabled
|
checked: !SettingsController.strictKillSwitchEnabled
|
||||||
|
|
||||||
|
|
@ -84,9 +81,6 @@ PageType {
|
||||||
Layout.leftMargin: 16
|
Layout.leftMargin: 16
|
||||||
Layout.rightMargin: 16
|
Layout.rightMargin: 16
|
||||||
|
|
||||||
selectedTextColor: AmneziaStyle.color.paleGray
|
|
||||||
selectedTextDisabledColor: AmneziaStyle.color.mutedGray
|
|
||||||
radioButtonPressedSource: "qrc:/images/controls/radio-button.svg"
|
|
||||||
enabled: SettingsController.isKillSwitchEnabled && !ConnectionController.isConnected
|
enabled: SettingsController.isKillSwitchEnabled && !ConnectionController.isConnected
|
||||||
checked: SettingsController.strictKillSwitchEnabled
|
checked: SettingsController.strictKillSwitchEnabled
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue