gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-ios] 04/23: Scan QR


From: gnunet
Subject: [taler-taler-ios] 04/23: Scan QR
Date: Mon, 10 Jun 2024 23:13:58 +0200

This is an automated email from the git hooks/post-receive script.

marc-stibane pushed a commit to branch master
in repository taler-ios.

commit cccdd4e597cbc656926b1fa4217467baa4e35df6
Author: Marc Stibane <marc@taler.net>
AuthorDate: Wed Jun 5 11:55:06 2024 +0200

    Scan QR
---
 TalerWallet1/Views/HelperViews/Buttons.swift | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/TalerWallet1/Views/HelperViews/Buttons.swift 
b/TalerWallet1/Views/HelperViews/Buttons.swift
index 53530ca..e9473d6 100644
--- a/TalerWallet1/Views/HelperViews/Buttons.swift
+++ b/TalerWallet1/Views/HelperViews/Buttons.swift
@@ -31,8 +31,14 @@ struct HamburgerButton : View  {
 struct QRButton : View  {
     let action: () -> Void
 
+    @AppStorage("minimalistic") var minimalistic: Bool = false
+
     var body: some View {
         Button(action: action) {
+            if !minimalistic {
+                Text("Scan QR")
+                    .talerFont(.title)
+            }
             Image(systemName: "qrcode.viewfinder")
         }
         .talerFont(.title)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]