mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-21 20:09:37 +00:00
stores: flatNetworks removed from shared/RootStore
This commit is contained in:
parent
1b3a4cf955
commit
a46f3b0864
@ -24,8 +24,6 @@ QtObject {
|
||||
|
||||
property TokenMarketValuesStore marketValueStore: TokenMarketValuesStore {}
|
||||
|
||||
property var flatNetworks: networksModule.flatNetworks
|
||||
|
||||
function setNeverAskAboutUnfurlingAgain(value) {
|
||||
localAccountSensitiveSettings.neverAskAboutUnfurlingAgain = value;
|
||||
}
|
||||
|
@ -489,7 +489,7 @@ ColumnLayout {
|
||||
Layout.fillWidth: true
|
||||
modelData: transactionDelegate.model.activityEntry
|
||||
timeStampText: isModelDataValid ? LocaleUtils.formatRelativeTimestamp(modelData.timestamp * 1000, true) : ""
|
||||
flatNetworks: RootStore.flatNetworks
|
||||
flatNetworks: root.walletRootStore.flatNetworks
|
||||
currenciesStore: RootStore.currencyStore
|
||||
walletRootStore: root.walletRootStore
|
||||
showAllAccounts: root.showAllAccounts
|
||||
@ -554,7 +554,7 @@ ColumnLayout {
|
||||
TransactionDelegate {
|
||||
Layout.fillWidth: true
|
||||
|
||||
flatNetworks: RootStore.flatNetworks
|
||||
flatNetworks: root.walletRootStore.flatNetworks
|
||||
currenciesStore: RootStore.currencyStore
|
||||
walletRootStore: root.walletRootStore
|
||||
loading: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user