about summary refs log tree commit diff stats
path: root/src/ui
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2022-05-29 17:51:33 +0200
committerMichael Vetter <jubalh@iodoru.org>2022-05-30 18:04:42 +0200
commit42fb8f86d9b3d1fd3c51a942f4d2fe17c9dc0b79 (patch)
tree4354f5adcb1e87faaf24c338dbf5ff6dfcbecf06 /src/ui
parentd64cb38240bd6db10135b6007f42dab6851ca559 (diff)
downloadprofani-tty-42fb8f86d9b3d1fd3c51a942f4d2fe17c9dc0b79.tar.gz
Add command help for omemo qrcode
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/console.c2
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
 }