Update ui/app/AppLayouts/Profile/Sections/FleetsModal.qml

Co-authored-by: Jonathan Rainville <rainville.jonathan@gmail.com>
This commit is contained in:
RichΛrd 2020-11-06 09:47:09 -04:00 committed by Iuri Matias
parent ea02c7f0b5
commit 61ad781065
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ ModalPopup {
Layout.alignment: Qt.AlignRight
ButtonGroup.group: fleetSettings
rightPadding: 0
checked: profileModel.fleets.fleet == Constants.eth_prod
checked: profileModel.fleets.fleet === Constants.eth_prod
onClicked: {
if (profileModel.fleets.fleet === Constants.eth_prod) return;
newFleet = Constants.eth_prod;