From d3d5ac905c54045fce7d49bd7ab1d6ff975b7731 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub Date: Sun, 12 Apr 2026 15:41:20 -0600 Subject: [PATCH] Enabled colored nicknames in the userlist by default --- src/common/cfgfiles.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c index 299e7caf..7437cc00 100644 --- a/src/common/cfgfiles.c +++ b/src/common/cfgfiles.c @@ -786,6 +786,7 @@ load_default_config(void) prefs.hex_gui_transparency = 255; prefs.hex_gui_tray = 1; prefs.hex_gui_tray_blink = 1; + prefs.hex_gui_ulist_color = 1; prefs.hex_gui_ulist_count = 1; prefs.hex_gui_ulist_icons = 1; prefs.hex_gui_ulist_style = 1;