mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 23:16:21 +00:00
Display resource information in /titlebar
This commit is contained in:
@@ -1145,6 +1145,12 @@ cons_titlebar_setting(void)
|
|||||||
} else {
|
} else {
|
||||||
cons_show("Warn unencrypted (/titlebar) : OFF");
|
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
|
void
|
||||||
|
|||||||
Reference in New Issue
Block a user