stores: flatNetworks removed from shared/RootStore

This commit is contained in:
Michał Cieślak 2024-10-02 10:48:34 +02:00 committed by Michał
parent 1b3a4cf955
commit a46f3b0864
2 changed files with 2 additions and 4 deletions

View File

@ -24,8 +24,6 @@ QtObject {
property TokenMarketValuesStore marketValueStore: TokenMarketValuesStore {}
property var flatNetworks: networksModule.flatNetworks
function setNeverAskAboutUnfurlingAgain(value) {
localAccountSensitiveSettings.neverAskAboutUnfurlingAgain = value;
}

View File

@ -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