mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-08 12:12:39 +01:00
run lagcheck even if gui is disabled
This commit is contained in:
parent
085d9c368c
commit
ca2b4d498c
@ -371,10 +371,7 @@ hexchat_misc_checks (void) /* this gets called every 1/2 second */
|
||||
dcc_check_timeouts (); /* every 1 second */
|
||||
|
||||
if (count % 2) /* every 1 second*/
|
||||
{
|
||||
if (prefs.hex_gui_lagometer)
|
||||
lag_check ();
|
||||
}
|
||||
lag_check ();
|
||||
|
||||
if (count > 3600)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user