mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 06:47:01 +00:00
fix: fix QML errors
This commit is contained in:
parent
c241bd47db
commit
bc61aee55e
@ -83,7 +83,6 @@ Rectangle {
|
||||
ChannelContextMenu {
|
||||
id: channelContextMenu
|
||||
groupInfoPopup: groupInfoPopup
|
||||
groupsListView: chatGroupsListView
|
||||
}
|
||||
|
||||
Connections {
|
||||
|
@ -6,7 +6,11 @@ import "../../../imports"
|
||||
import "../../../shared"
|
||||
import "./components"
|
||||
|
||||
Item {
|
||||
ModalPopup {
|
||||
id: popup
|
||||
width: 480
|
||||
height: 510
|
||||
|
||||
function open() {
|
||||
popup.open()
|
||||
setCurrencyModalContent.currency = walletModel.defaultCurrency
|
||||
@ -16,11 +20,6 @@ Item {
|
||||
popup.close()
|
||||
}
|
||||
|
||||
ModalPopup {
|
||||
id: popup
|
||||
width: 480
|
||||
height: 510
|
||||
|
||||
title: qsTr("Set Currency")
|
||||
|
||||
SetCurrencyModalContent {
|
||||
@ -36,7 +35,6 @@ Item {
|
||||
popup.close()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*##^##
|
||||
|
Loading…
x
Reference in New Issue
Block a user