setup: Disabling input styling requires restarting

This commit is contained in:
Patrick Griffis 2016-07-05 15:40:42 -04:00
parent 91df075d62
commit e647cd00c6
1 changed files with 2 additions and 0 deletions

View File

@ -2196,6 +2196,8 @@ setup_apply (struct hexchatprefs *pr)
noapply = TRUE;
if (DIFF (hex_gui_ulist_sort))
noapply = TRUE;
if (DIFF (hex_gui_input_style) && prefs.hex_gui_input_style == TRUE)
noapply = TRUE; /* Requires restart to *disable* */
if (DIFF (hex_gui_tab_dots))
do_layout = TRUE;