Merge pull request #387 from ZoiteChat/tab-font-custom

add custom tab fonts and reduce close button size
This commit is contained in:
deepend-tildeclub
2026-09-14 02:56:19 -07:00
committed by GitHub
4 changed files with 29 additions and 0 deletions

View File

@@ -443,6 +443,7 @@ const struct prefs vars[] =
{"gui_tab_chans", P_OFFINT (hex_gui_tab_chans), TYPE_BOOL},
{"gui_tab_dialogs", P_OFFINT (hex_gui_tab_dialogs), TYPE_BOOL},
{"gui_tab_dots", P_OFFINT (hex_gui_tab_dots), TYPE_BOOL},
{"gui_tab_font", P_OFFSET (hex_gui_tab_font), TYPE_STR},
{"gui_tab_icons", P_OFFINT (hex_gui_tab_icons), TYPE_BOOL},
{"gui_dark_mode", P_OFFINT (hex_gui_dark_mode), TYPE_INT},
{"gui_gtk3_variant", P_OFFINT (hex_gui_gtk3_variant), TYPE_INT},

View File

@@ -315,6 +315,7 @@ struct zoitechatprefs
char hex_dcc_completed_dir[PATHLEN + 1];
char hex_dcc_dir[PATHLEN + 1];
char hex_dcc_ip[DOMAINLEN + 1];
char hex_gui_tab_font[FONTNAMELEN + 1];
char hex_gui_ulist_doubleclick[256];
char hex_input_command_char[4];
char hex_irc_extra_hilight[300];