summary refs log tree commit diff stats
path: root/src/fe-gtk/setup.c
diff options
context:
space:
mode:
authorkonsolebox <konsolebox@gmail.com>2023-01-25 07:03:53 +0800
committerGitHub <noreply@github.com>2023-01-24 17:03:53 -0600
commit67b25fddf1429eb68e538ec0a7196599017f5d7e (patch)
tree1f27812638cb93bc363f718f6d2eb5ae5eaf8a07 /src/fe-gtk/setup.c
parentbb7a03e9f68a775ca93dd6ad8ea61e4f1d2ba81b (diff)
Add option to exclude nickname in window title (#2759)
Diffstat (limited to 'src/fe-gtk/setup.c')
-rw-r--r--src/fe-gtk/setup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-gtk/setup.c b/src/fe-gtk/setup.c
index 2f0589bd..0e1dfde3 100644
--- a/src/fe-gtk/setup.c
+++ b/src/fe-gtk/setup.c
@@ -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}
 };