mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 03:16:20 +00:00
Renamed titlebar preference
This commit is contained in:
@@ -964,10 +964,10 @@ cons_statuses_setting(void)
|
||||
void
|
||||
cons_titlebar_setting(void)
|
||||
{
|
||||
if (prefs_get_boolean(PREF_TITLEBAR)) {
|
||||
cons_show("Titlebar display (/titlebar) : ON");
|
||||
if (prefs_get_boolean(PREF_TITLEBAR_SHOW)) {
|
||||
cons_show("Titlebar show (/titlebar) : ON");
|
||||
} else {
|
||||
cons_show("Titlebar display (/titlebar) : OFF");
|
||||
cons_show("Titlebar show (/titlebar) : OFF");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -122,7 +122,7 @@ ui_update(void)
|
||||
|
||||
win_update_virtual(current);
|
||||
|
||||
if (prefs_get_boolean(PREF_TITLEBAR)) {
|
||||
if (prefs_get_boolean(PREF_TITLEBAR_SHOW)) {
|
||||
_ui_draw_term_title();
|
||||
}
|
||||
title_bar_update_virtual();
|
||||
|
||||
Reference in New Issue
Block a user