mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
- audiomute: add getStatus() function
This commit is contained in:
@@ -44,6 +44,8 @@ class CAudioMute : public CComponentsPicture
|
||||
void AudioMute(int newValue, bool isEvent= false);
|
||||
void doPaintMuteIcon(bool mode) { do_paint_mute_icon = mode; }
|
||||
void enableMuteIcon(bool enable);
|
||||
|
||||
bool getStatus(void) { return do_paint_mute_icon; }
|
||||
};
|
||||
|
||||
#endif // __CAUDIOMUTE__
|
||||
|
Reference in New Issue
Block a user