taler-ios

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

commit e43f96aa7fb2efa5fb935a18c0ae7214122af0f1
parent 50ade44b1821dbdcf18ffd8dffb27beed488a081
Author: Marc Stibane <marc@taler.net>
Date:   Wed, 23 Jul 2025 21:41:33 +0200

Always publish false

Diffstat:
MTalerWallet1/Controllers/Controller.swift | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/TalerWallet1/Controllers/Controller.swift b/TalerWallet1/Controllers/Controller.swift @@ -58,10 +58,8 @@ class Controller: ObservableObject { @Published var currencyTicker: Int = 0 // updates whenever a new currency is added @Published var isConnected: Bool = true -#if OIM @Published var oimModeActive: Bool = false @Published var oimSheetActive: Bool = false -#endif @Published var diagnosticModeEnabled: Bool = false @AppStorage("useHaptics") var useHaptics: Bool = true // extension mustn't define this, so it must be here @AppStorage("playSoundsI") var playSoundsI: Int = 1 // extension mustn't define this, so it must be here