Make HexChat remember minimum and maximum users set in channel list

This commit is contained in:
Berke Viktor
2012-07-23 10:09:39 +02:00
parent fdc3ed47b8
commit 4e2d376390
3 changed files with 24 additions and 2 deletions

View File

@@ -161,6 +161,8 @@ struct xchatprefs
int gui_pane_right_size;
int gui_pane_right_size_min;
int gui_chanlist_maxusers;
int gui_chanlist_minusers;
int gui_ulist_pos;
int tab_pos;