mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 16:00:18 +00:00
Get rid of gui_tweaks 4
This commit is contained in:
@@ -499,6 +499,7 @@ const struct prefs vars[] = {
|
||||
{"gui_win_left", P_OFFINT (mainwindow_left), TYPE_INT},
|
||||
{"gui_win_modes", P_OFFINT (gui_win_modes), TYPE_BOOL},
|
||||
{"gui_win_save", P_OFFINT (mainwindow_save), TYPE_BOOL},
|
||||
{"gui_win_swap", P_OFFINT (gui_win_swap), TYPE_BOOL},
|
||||
{"gui_win_state", P_OFFINT (gui_win_state), TYPE_INT},
|
||||
{"gui_win_top", P_OFFINT (mainwindow_top), TYPE_INT},
|
||||
{"gui_win_ucount", P_OFFINT (gui_win_ucount), TYPE_BOOL},
|
||||
|
||||
@@ -300,6 +300,7 @@ struct xchatprefs
|
||||
unsigned int gui_tweaks;
|
||||
unsigned int gui_ulist_icons;
|
||||
unsigned int gui_win_modes;
|
||||
unsigned int gui_win_swap;
|
||||
unsigned int gui_win_ucount;
|
||||
unsigned int throttle;
|
||||
unsigned int topicbar;
|
||||
|
||||
Reference in New Issue
Block a user