diff options
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/console.c | 8 |
1 files changed, 8 insertions, 0 deletions
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(); } |