commit c4145a091a9485afdf2bcd83d47df7708dadf645 parent f19e2336fde1c655d44730daf837467bd43c6d65 Author: Marc Stibane <marc@taler.net> Date: Sat, 9 Nov 2024 16:30:46 +0100 fake currency Diffstat:
| M | TalerWallet1/Views/Transactions/TransactionsListView.swift | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/TalerWallet1/Views/Transactions/TransactionsListView.swift b/TalerWallet1/Views/Transactions/TransactionsListView.swift @@ -70,6 +70,8 @@ struct TransactionsListView: View { } #endif } // ScrollViewReader +// .navigationTitle("EURO") // Fake EUR instead of the real Currency +// .navigationTitle("CHF") // Fake CHF instead of the real Currency .navigationTitle(navTitle ?? scope.currency) .accessibilityHint(String(localized: "Transaction list")) .task {