mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 06:16:32 +00:00
9ef513b419
- take the balance threshold value into account when presenting the assets in the main wallet view - additional fix from Emil for storing the threshold value - storybook fixes to display the correct `currentCurrencyBalance` values based on the address/wallet filters and mocking the threshold values using TransactionStore Fixes: #14017
9 lines
167 B
QML
9 lines
167 B
QML
import QtQuick 2.15
|
|
|
|
QtObject {
|
|
id: root
|
|
|
|
property bool displayAssetsBelowBalance: false
|
|
property var getDisplayAssetsBelowBalanceThresholdDisplayAmount
|
|
}
|