mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-12 07:14:37 +00:00
a3c9012f4a
- new panel created: `SwapInputPanel` - some cleanups to the needed stores - created a SB page demonstrating the use of 2 panels and the `SwapExchangeButton` - created QML tests Fixes #14781
11 lines
241 B
QML
11 lines
241 B
QML
import QtQuick 2.15
|
|
|
|
QtObject {
|
|
id: root
|
|
|
|
property var plainTokensBySymbolModel
|
|
property bool displayAssetsBelowBalance
|
|
property var getDisplayAssetsBelowBalanceThresholdDisplayAmount
|
|
property double tokenListUpdatedAt
|
|
}
|