mirror of
https://github.com/moparisthebest/hexchat
synced 2024-12-23 08:08:54 -05:00
do_layout is required for dots to appear or disappear
This commit is contained in:
parent
9435851dee
commit
6cd5d086bb
@ -2225,6 +2225,9 @@ setup_apply (struct xchatprefs *pr)
|
|||||||
noapply = TRUE;
|
noapply = TRUE;
|
||||||
if (DIFF (tab_icons))
|
if (DIFF (tab_icons))
|
||||||
noapply = TRUE;
|
noapply = TRUE;
|
||||||
|
|
||||||
|
if (DIFF (gui_tab_dots))
|
||||||
|
do_layout = TRUE;
|
||||||
if (DIFF (tab_layout))
|
if (DIFF (tab_layout))
|
||||||
do_layout = TRUE;
|
do_layout = TRUE;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user