summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Stibane <marc@taler.net>2023-12-06 14:23:01 +0100
committerMarc Stibane <marc@taler.net>2023-12-06 14:23:01 +0100
commitd187278fa312b12b5f58ed5bfab180c8e69a5b00 (patch)
treeebf6b9ab6e7a5f263770f00a354948903cc37faa
parente5f3da13dd190b3e34e59bcebc17dfd7016946c3 (diff)
downloadtaler-ios-d187278fa312b12b5f58ed5bfab180c8e69a5b00.tar.gz
taler-ios-d187278fa312b12b5f58ed5bfab180c8e69a5b00.tar.bz2
taler-ios-d187278fa312b12b5f58ed5bfab180c8e69a5b00.zip
bank shortcuts
-rw-r--r--TalerWallet1/Views/Settings/SettingsView.swift8
1 files changed, 7 insertions, 1 deletions
diff --git a/TalerWallet1/Views/Settings/SettingsView.swift b/TalerWallet1/Views/Settings/SettingsView.swift
index 2cf9e81..a81a9ab 100644
--- 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",