commit 7df608f0c07889aab374b2eeaa65c7d5199562b8 parent e33e1ecb468b73bddb656364f3024b888b7315bd Author: Marc Stibane <marc@taler.net> Date: Tue, 24 Mar 2026 11:03:41 +0100 3 times is enough Diffstat:
| M | TalerWallet1/Controllers/PublicConstants.swift | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/TalerWallet1/Controllers/PublicConstants.swift b/TalerWallet1/Controllers/PublicConstants.swift @@ -25,7 +25,7 @@ public let CHF_4217 = "CHF" // ISO-4217 Swiss Francs public let EUR_4217 = "EUR" // ISO-4217 Euro public let HUF_4217 = "HUF" // ISO-4217 Hungarian Forint -public let TAPPED = 4 // how often you need to tap on the Actions button before it loses its label +public let TAPPED = 3 // how often you need to tap on the Actions button before it loses its label public let DRAGGED = 2 // #times to drag to stop the auto-dragging public let DRAGDELAY = 0.5 public let DRAGDURATION = 0.45