mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Display resource information in /titlebar
This commit is contained in:
parent
3d272f02bc
commit
68843f2448
@ -1145,6 +1145,12 @@ cons_titlebar_setting(void)
|
||||
} else {
|
||||
cons_show("Warn unencrypted (/titlebar) : OFF");
|
||||
}
|
||||
|
||||
if (prefs_get_boolean(PREF_RESOURCE_TITLE)) {
|
||||
cons_show("Resource show (/titlebar) : ON");
|
||||
} else {
|
||||
cons_show("Resource show (/titlebar) : OFF");
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user