mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
* Various changes for reworked mute icon handling in some classes
- mute icon disabled for moviebrowser, upnpbrowser, pictureviewer - extra handling for audioplayer
This commit is contained in:
@@ -52,6 +52,7 @@
|
||||
|
||||
#include <daemonc/remotecontrol.h>
|
||||
|
||||
#include <gui/audiomute.h>
|
||||
#include <gui/eventlist.h>
|
||||
#include <gui/color.h>
|
||||
#include <gui/infoviewer.h>
|
||||
@@ -396,6 +397,8 @@ void CUpnpBrowserGui::selectDevice()
|
||||
return;
|
||||
}
|
||||
|
||||
CAudioMute::getInstance()->enableMuteIcon(false);
|
||||
|
||||
while (loop)
|
||||
{
|
||||
if (changed)
|
||||
@@ -488,6 +491,8 @@ void CUpnpBrowserGui::selectDevice()
|
||||
}
|
||||
}
|
||||
delete scanBox;
|
||||
|
||||
CAudioMute::getInstance()->enableMuteIcon(true);
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user