mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-14 00:27:40 +00:00
parent
4b972acdd9
commit
a7884cf04f
@ -46,15 +46,6 @@ Rectangle {
|
||||
}
|
||||
}
|
||||
|
||||
StatusFlatButton {
|
||||
id: buySellBtn
|
||||
icon.name: "token"
|
||||
text: qsTr("Buy / Sell")
|
||||
onClicked: function () {
|
||||
Global.openPopup(buySellModal);
|
||||
}
|
||||
}
|
||||
|
||||
StatusFlatButton {
|
||||
id: bridgeBtn
|
||||
icon.name: "bridge"
|
||||
@ -64,6 +55,15 @@ Rectangle {
|
||||
sendModal.open()
|
||||
}
|
||||
}
|
||||
|
||||
StatusFlatButton {
|
||||
id: buySellBtn
|
||||
icon.name: "token"
|
||||
text: qsTr("Buy")
|
||||
onClicked: function () {
|
||||
Global.openPopup(buySellModal);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Component {
|
||||
|
@ -16,7 +16,7 @@ StatusModal {
|
||||
id: cryptoServicesPopupRoot
|
||||
|
||||
height: 400
|
||||
header.title: qsTr("Buy / Sell crypto")
|
||||
header.title: qsTr("Buy crypto")
|
||||
anchors.centerIn: parent
|
||||
|
||||
Loader {
|
||||
|
Loading…
x
Reference in New Issue
Block a user