taler-ios

iOS apps for GNU Taler (wallet)
Log | Files | Refs | README | LICENSE

commit d187278fa312b12b5f58ed5bfab180c8e69a5b00
parent e5f3da13dd190b3e34e59bcebc17dfd7016946c3
Author: Marc Stibane <marc@taler.net>
Date:   Wed,  6 Dec 2023 14:23:01 +0100

bank shortcuts

Diffstat:
MTalerWallet1/Views/Settings/SettingsView.swift | 8+++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/TalerWallet1/Views/Settings/SettingsView.swift b/TalerWallet1/Views/Settings/SettingsView.swift @@ -100,7 +100,13 @@ struct SettingsView: View { description: hideDescriptions ? nil : String(localized: "More info about this app...")) {} } #if DEBUG - Text("https://bank.taler.grothoff.org/") + Group { + Text("https://bank.taler.grothoff.org/") + Text("https://bank.taler.fdold.eu/") + Text("https://bank.head.taler.net/") + Text("https://bank.test.taler.net/") + Text("https://bank.demo.taler.net/") + } #endif if controller.hapticCapability.supportsHaptics { SettingsToggle(name: String(localized: "Haptics"), value: $useHaptics, id1: "haptics",