From fa4e6002b32098a3b69f482524b3816978b5b3dc Mon Sep 17 00:00:00 2001 From: Frederico Gomes Date: Tue, 24 Mar 2026 11:04:49 +0000 Subject: [PATCH] wireguard: Add Show QR Code button Signed-off-by: Frederico Gomes Reviewed-by: James Valleroy --- .../wireguard/templates/wireguard_auto_add_client.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plinth/modules/wireguard/templates/wireguard_auto_add_client.html b/plinth/modules/wireguard/templates/wireguard_auto_add_client.html index da4d2f1d6..22a38e8f3 100644 --- a/plinth/modules/wireguard/templates/wireguard_auto_add_client.html +++ b/plinth/modules/wireguard/templates/wireguard_auto_add_client.html @@ -44,6 +44,11 @@ {% icon 'download' %} {% trans "Download config file" %} + + {% icon 'qrcode' %} + {% trans "Show QR Code" %} +