mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-20 21:16:22 +00:00
add exit title preference to group and add command for setting the preference
This commit is contained in:
@@ -958,6 +958,16 @@ cons_titlebar_setting(void)
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
cons_exittitle_setting(void)
|
||||
{
|
||||
if (prefs_get_boolean(PREF_EXIT_TITLE)) {
|
||||
cons_show("Exit title display (/exittitle) : ON");
|
||||
} else {
|
||||
cons_show("Exit title display (/exittitle) : OFF");
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
cons_roster_setting(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user