mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-18 17:49:00 +00:00
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
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user