Add command help for omemo qrcode

This commit is contained in:
Michael Vetter
2022-05-29 17:51:33 +02:00
parent d64cb38240
commit 42fb8f86d9
2 changed files with 6 additions and 2 deletions

View File

@@ -904,6 +904,8 @@ cons_show_omemo_qrcode(const char* const text)
win_println(console, THEME_DEFAULT, "", "%s", tmp);
QRcode_free(qrcode);
#else
cons_show("This version of Profanity has not been built with libqrencode");
#endif
}