mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-05 18:52:39 +01:00
Fix dcc dir warning showing when not auto-accept
This commit is contained in:
parent
c1d9aad546
commit
9181ea068a
@ -2168,7 +2168,7 @@ setup_apply (struct hexchatprefs *pr)
|
||||
" restart to take full effect."), FE_MSG_WARN);
|
||||
|
||||
#ifndef WIN32
|
||||
if (prefs.hex_dcc_auto_recv)
|
||||
if (prefs.hex_dcc_auto_recv == 2) /* Auto */
|
||||
{
|
||||
if (!strcmp ((char *)g_get_home_dir (), prefs.hex_dcc_dir))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user