summary refs log tree commit diff stats
path: root/src/common/hexchat.h
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/common/hexchat.h
parentbb7a03e9f68a775ca93dd6ad8ea61e4f1d2ba81b (diff)
Add option to exclude nickname in window title (#2759)
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r--src/common/hexchat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h
index 470dd4ad..1b86f588 100644
--- a/src/common/hexchat.h
+++ b/src/common/hexchat.h
@@ -150,6 +150,7 @@ struct hexchatprefs
 	unsigned int hex_gui_ulist_style;
 	unsigned int hex_gui_usermenu;
 	unsigned int hex_gui_win_modes;
+	unsigned int hex_gui_win_nick;
 	unsigned int hex_gui_win_save;
 	unsigned int hex_gui_win_swap;
 	unsigned int hex_gui_win_ucount;