mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-12 07:14:37 +00:00
22c4bb2846
fix #16757 fix #16765
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
|
|
}
|