diff --git a/src/freedombone-controlpanel-user b/src/freedombone-controlpanel-user index e1d2241a..5e2b5b52 100755 --- a/src/freedombone-controlpanel-user +++ b/src/freedombone-controlpanel-user @@ -875,25 +875,22 @@ function show_your_email_address { --backtitle $"Freedombone User Control Panel" \ --msgbox "${msgstrbase}${bdsmailstr}" $dialog_height 100 - clear - qr_code_shown= if [ "$onion_domain" ]; then + clear echo '' echo $'Your onion email address:' echo '' echo -n "${USER}@${onion_domain}" | qrencode -t UTF8 echo '' - qr_code_shown=1 + any_key fi if [ "${bdsmail_address}" ]; then + clear echo '' echo $'Your bdsmail address:' echo '' echo -n "${bdsmail_address}" | qrencode -t UTF8 echo '' - qr_code_shown=1 - fi - if [ $qr_code_shown ]; then any_key fi }