outputs: update list after changing output if idle mode is not active
This commit is contained in:
@@ -86,6 +86,8 @@ void Outputs::EnterPressed()
|
|||||||
if (Mpd.EnableOutput(w->Choice()))
|
if (Mpd.EnableOutput(w->Choice()))
|
||||||
ShowMessage("Output \"%s\" enabled", w->Current().first.c_str());
|
ShowMessage("Output \"%s\" enabled", w->Current().first.c_str());
|
||||||
}
|
}
|
||||||
|
if (!Mpd.SupportsIdle())
|
||||||
|
FetchList();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Outputs::MouseButtonPressed(MEVENT me)
|
void Outputs::MouseButtonPressed(MEVENT me)
|
||||||
|
|||||||
Reference in New Issue
Block a user