mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 13:26:22 +00:00
Add /titlebar show presence command
Additionally to `/presence titlebar on` we now allow the setting via /titlebar show|hide presence` since it's about the titlebar. Regards https://github.com/profanity-im/profanity/issues/1116
This commit is contained in:
@@ -1151,6 +1151,12 @@ cons_titlebar_setting(void)
|
||||
} else {
|
||||
cons_show("Resource show (/titlebar) : OFF");
|
||||
}
|
||||
|
||||
if (prefs_get_boolean(PREF_PRESENCE)) {
|
||||
cons_show("Titlebar presence (/titlebar) : ON");
|
||||
} else {
|
||||
cons_show("Titlebar presence (/titlebar) : OFF");
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user