mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-17 01:51:24 +00:00
18 lines
348 B
QML
18 lines
348 B
QML
|
import QtQuick 2.15
|
||
|
|
||
|
import utils 1.0
|
||
|
|
||
|
BuyCryptoProvidersDelegate {
|
||
|
name: Constants.dummyText
|
||
|
logoUrl: Constants.dummyText
|
||
|
urlsNeedParameters: false
|
||
|
fees: Constants.dummyText
|
||
|
|
||
|
statusListItemSubTitle.loading: true
|
||
|
statusListItemTitle.loading: true
|
||
|
statusListItemIcon.loading: true
|
||
|
|
||
|
loading: true
|
||
|
enabled: false
|
||
|
}
|