mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-18 19:50:18 +00:00
do_layout is required for dots to appear or disappear
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user