Display resource information in /titlebar

This commit is contained in:
Michael Vetter
2019-11-05 21:01:30 +01:00
parent 3d272f02bc
commit 68843f2448

View File

@@ -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