Fix and Enable mouse wheel channel switching by default

This commit is contained in:
2026-05-06 13:10:30 -06:00
parent ad67af2f8f
commit 984ac9763e
4 changed files with 54 additions and 12 deletions

View File

@@ -782,6 +782,7 @@ load_default_config(void)
prefs.hex_gui_tab_middleclose = 1;
prefs.hex_gui_tab_server = 1;
prefs.hex_gui_tab_sort = 1;
prefs.hex_gui_tab_scrollchans = 1;
prefs.hex_gui_topicbar = 1;
prefs.hex_gui_transparency = 255;
prefs.hex_gui_tray = 1;