set lock_statusbar_delay to -1 to prevent entering this section all the time

master
Andrzej Rybczak 17 years ago
parent 5704ea9fa2
commit 42172bff2d
  1. 2
      src/status_checker.cpp

@ -107,6 +107,8 @@ void TraceMpdStatus()
{
if (now >= time_of_statusbar_lock+lock_statusbar_delay)
{
lock_statusbar_delay = -1;
if (Config.statusbar_visibility)
block_statusbar_update = !allow_statusbar_unlock;
else

Loading…
Cancel
Save