commit 7f4d0b980add6cb2dcd2da6d9ebab61306e86846
parent 7be94b1c1fa26f54d197b4a5aad3e59baa232156
Author: Marc Stibane <marc@taler.net>
Date: Sun, 7 Sep 2025 18:38:57 +0200
Backup for all
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/TalerWallet1/Views/Settings/SettingsView.swift b/TalerWallet1/Views/Settings/SettingsView.swift
@@ -137,7 +137,8 @@ struct SettingsView: View {
description: minimalistic ? nil : String(localized: "Protect your money")) {
biometricService.isAuthenticated = false
}
-#if TALER_NIGHTLY || DEBUG
+
+ /// Backup
let backupTitle = String(localized: "TitleBackup", defaultValue: "Backup / Restore")
let backupDest = BackupView(stack: stack.push(backupTitle),
navTitle: backupTitle)
@@ -147,7 +148,6 @@ struct SettingsView: View {
SettingsItem(name: backupTitle, id1: "backup",
description: hideDescriptions ? nil : String(localized: "Backup your money...")) {}
}
-#endif
#if OIM
SettingsToggle(name: String(localized: "OIM: Euro"), value: $oimEuro, id1: "oimEuro",