mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-13 01:00:19 +00:00
Move userlist sorting to frontend
This Fixes possible crashes when the two usertrees get out of sync and a double free occurs. Also now requires restart to change sort orders. Fixes #1252 Fixes #818 (probably)
This commit is contained in:
@@ -2114,6 +2114,8 @@ setup_apply (struct hexchatprefs *pr)
|
||||
noapply = TRUE;
|
||||
if (DIFF (hex_gui_ulist_style))
|
||||
noapply = TRUE;
|
||||
if (DIFF (hex_gui_ulist_sort))
|
||||
noapply = TRUE;
|
||||
|
||||
if (DIFF (hex_gui_tab_dots))
|
||||
do_layout = TRUE;
|
||||
|
||||
Reference in New Issue
Block a user