diff options
author | Michael Vetter <jubalh@iodoru.org> | 2022-05-29 17:51:33 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2022-05-30 18:04:42 +0200 |
commit | 42fb8f86d9b3d1fd3c51a942f4d2fe17c9dc0b79 (patch) | |
tree | 4354f5adcb1e87faaf24c338dbf5ff6dfcbecf06 /src/ui | |
parent | d64cb38240bd6db10135b6007f42dab6851ca559 (diff) | |
download | profani-tty-42fb8f86d9b3d1fd3c51a942f4d2fe17c9dc0b79.tar.gz |
Add command help for omemo qrcode
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/console.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/console.c b/src/ui/console.c index 89c3cf29..32575a15 100644 --- a/src/ui/console.c +++ b/src/ui/console.c @@ -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 } |