mirror of
https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git
synced 2023-10-10 17:16:51 +00:00
Start cSuspendCtl hidden or it will prevent idle shutdown.
As long as a cControl is not hidden, cControl::Control() will return a value and LastInteract is updated in the VDR main loop.
This commit is contained in:
@@ -39,7 +39,7 @@ void cSuspendLive::Action(void) {
|
||||
bool cSuspendCtl::m_Active = false;
|
||||
|
||||
cSuspendCtl::cSuspendCtl(void):
|
||||
cControl(m_Suspend = new cSuspendLive) {
|
||||
cControl(m_Suspend = new cSuspendLive, true) {
|
||||
m_Active = true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user