mirror of https://gitlab.com/bashrc2/epicyon
qrcode icon
parent
26c075ee7c
commit
08f85d5816
|
|
@ -505,7 +505,7 @@ def html_person_options(default_timeline: str,
|
|||
'/qrcode_lxmf.png" alt="' + translate['QR Code'] + '" title="' + \
|
||||
translate['QR Code'] + '" tabindex="1">' + \
|
||||
'<img class="qrcode" alt="' + translate['QR Code'] + \
|
||||
'" src="/icons/qrcode_lxmf.png" /></a></p>\n'
|
||||
'" src="/icons/qrcode.png" /></a></p>\n'
|
||||
if briar_address:
|
||||
if briar_address.startswith('briar://'):
|
||||
options_str += \
|
||||
|
|
|
|||
|
|
@ -1428,7 +1428,7 @@ def html_profile(signing_priv_key_pem: str,
|
|||
'" title="' + \
|
||||
translate['QR Code'] + '" tabindex="1">' + \
|
||||
'<img class="qrcode" alt="' + translate['QR Code'] + \
|
||||
'" src="/icons/qrcode_lxmf.png" /></a></p>\n'
|
||||
'" src="/icons/qrcode.png" /></a></p>\n'
|
||||
if briar_address:
|
||||
if briar_address.startswith('briar://'):
|
||||
donate_section += \
|
||||
|
|
|
|||
Loading…
Reference in New Issue