Update ui/app/AppLayouts/Profile/Sections/FleetsModal.qml
Co-authored-by: Jonathan Rainville <rainville.jonathan@gmail.com>
This commit is contained in:
parent
ea02c7f0b5
commit
61ad781065
|
@ -43,7 +43,7 @@ ModalPopup {
|
||||||
Layout.alignment: Qt.AlignRight
|
Layout.alignment: Qt.AlignRight
|
||||||
ButtonGroup.group: fleetSettings
|
ButtonGroup.group: fleetSettings
|
||||||
rightPadding: 0
|
rightPadding: 0
|
||||||
checked: profileModel.fleets.fleet == Constants.eth_prod
|
checked: profileModel.fleets.fleet === Constants.eth_prod
|
||||||
onClicked: {
|
onClicked: {
|
||||||
if (profileModel.fleets.fleet === Constants.eth_prod) return;
|
if (profileModel.fleets.fleet === Constants.eth_prod) return;
|
||||||
newFleet = Constants.eth_prod;
|
newFleet = Constants.eth_prod;
|
||||||
|
|
Loading…
Reference in New Issue