From 6559263b2fed1edc6b004dc3e50697600e450b9b Mon Sep 17 00:00:00 2001 From: James Booth Date: Mon, 23 May 2016 23:53:44 +0100 Subject: Option to bookmark room invites issue #813 --- src/ui/console.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/ui') diff --git a/src/ui/console.c b/src/ui/console.c index a5ff3a76..ebbddd70 100644 --- a/src/ui/console.c +++ b/src/ui/console.c @@ -717,6 +717,14 @@ cons_show_bookmarks(const GList *list) list = g_list_next(list); } } + + cons_show(""); + if (prefs_get_boolean(PREF_BOOKMARK_INVITE)) { + cons_show("Automatic invite bookmarking (/bookmark invites): ON"); + } else { + cons_show("Automatic invite bookmarking (/bookmark invites): OFF"); + } + cons_alert(); } -- cgit 1.4.1-2-gfad0