diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-28 03:05:50 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-28 03:05:50 +0100 |
commit | 85119b9a80f5a158485eafbb8ceb8fe81a814e61 (patch) | |
tree | ad2b4c217ca99eae3619b678fabfc8300dab94e4 /src/common/hexchat.h | |
parent | 6cb0c9631903b4120e5066d9868213a570a48cdb (diff) |
Add option to hide user mode icon in nick box
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r-- | src/common/hexchat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h index 5ad6a383..3b2a366b 100644 --- a/src/common/hexchat.h +++ b/src/common/hexchat.h @@ -130,6 +130,7 @@ struct hexchatprefs unsigned int hex_gui_autoopen_send; unsigned int hex_gui_compact; unsigned int hex_gui_hide_menu; + unsigned int hex_gui_input_icon; unsigned int hex_gui_input_nick; unsigned int hex_gui_input_spell; unsigned int hex_gui_input_style; |