mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 02:16:21 +00:00
Display mood preferences
This commit is contained in:
@@ -1733,6 +1733,7 @@ cons_show_ui_prefs(void)
|
||||
cons_inpblock_setting();
|
||||
cons_titlebar_setting();
|
||||
cons_statusbar_setting();
|
||||
cons_mood_setting();
|
||||
|
||||
cons_alert(NULL);
|
||||
}
|
||||
@@ -2947,3 +2948,13 @@ cons_remove_alert(ProfWin* window)
|
||||
g_list_free_full(item, g_free);
|
||||
free(win_name);
|
||||
}
|
||||
|
||||
void
|
||||
cons_mood_setting(void)
|
||||
{
|
||||
if (prefs_get_boolean(PREF_MOOD)) {
|
||||
cons_show("Display user mood (/mood) : ON");
|
||||
} else {
|
||||
cons_show("Display user mood (/mood) : OFF");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user