set lock_statusbar_delay to -1 to prevent entering this section all the time
This commit is contained in:
@@ -107,6 +107,8 @@ void TraceMpdStatus()
|
|||||||
{
|
{
|
||||||
if (now >= time_of_statusbar_lock+lock_statusbar_delay)
|
if (now >= time_of_statusbar_lock+lock_statusbar_delay)
|
||||||
{
|
{
|
||||||
|
lock_statusbar_delay = -1;
|
||||||
|
|
||||||
if (Config.statusbar_visibility)
|
if (Config.statusbar_visibility)
|
||||||
block_statusbar_update = !allow_statusbar_unlock;
|
block_statusbar_update = !allow_statusbar_unlock;
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user