CUpnpBrowserGui::selectDevice(): disable MuteIcon, supplement to ce0d122813

This commit is contained in:
Jacek Jendrzej
2013-12-30 19:02:36 +01:00
parent ce0d122813
commit b179ee5143

View File

@@ -452,6 +452,8 @@ void CUpnpBrowserGui::selectDevice()
if (!discoverDevices()) if (!discoverDevices())
return; return;
CAudioMute::getInstance()->enableMuteIcon(false);
while (loop) while (loop)
{ {
if (refresh) if (refresh)