From 7351b5d0c76f2a0a6efc2a8d22d907fed39a2817 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 21 Jun 2020 15:12:02 +0000 Subject: [PATCH] qrcode icon --- webinterface.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webinterface.py b/webinterface.py index d50cb4e9..012caea8 100644 --- a/webinterface.py +++ b/webinterface.py @@ -2561,7 +2561,9 @@ def htmlProfile(defaultTimeline: str, avatarDescription + '" class="title">' profileHeaderStr += '

' + displayName + '

' profileHeaderStr += \ - '

@' + nickname + '@' + domainFull + '

' + '

@' + nickname + '@' + domainFull + \ + ' 🔲

' profileHeaderStr += '

' + profileDescriptionShort + '

' profileHeaderStr += loginButton profileHeaderStr += ' '