mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 22:06:25 +00:00
19 lines
385 B
QML
19 lines
385 B
QML
import QtQuick 2.15
|
|
|
|
import utils 1.0
|
|
|
|
BuyCryptoProvidersDelegate {
|
|
name: Constants.dummyText
|
|
description: Constants.dummyText
|
|
logoUrl: Constants.dummyText
|
|
urlsNeedParameters: false
|
|
fees: Constants.dummyText
|
|
|
|
statusListItemSubTitle.loading: true
|
|
statusListItemTitle.loading: true
|
|
statusListItemIcon.loading: true
|
|
|
|
loading: true
|
|
enabled: false
|
|
}
|