Add option to exclude nickname in window title (#2759)

This commit is contained in:
konsolebox
2023-01-24 17:03:53 -06:00
committed by GitHub
parent bb7a03e9f6
commit 67b25fddf1
4 changed files with 18 additions and 18 deletions
+1
View File
@@ -176,6 +176,7 @@ static const setting appearance_settings[] =
{ST_HEADER, N_("Title Bar"),0,0,0},
{ST_TOGGLE, N_("Show channel modes"), P_OFFINTNL(hex_gui_win_modes),0,0,0},
{ST_TOGGLR, N_("Show number of users"), P_OFFINTNL(hex_gui_win_ucount),0,0,0},
{ST_TOGGLE, N_("Show nickname"), P_OFFINTNL(hex_gui_win_nick),0,0,0},
{ST_END, 0, 0, 0, 0, 0}
};