mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-22 13:52:57 +00:00
[client] main: don't request activation just because we re-connected
This commit is contained in:
parent
9cadb64942
commit
a3045e0b4a
1 changed files with 0 additions and 3 deletions
|
@ -569,9 +569,6 @@ int main_frameThread(void * unused)
|
|||
break;
|
||||
}
|
||||
|
||||
if (g_params.requestActivation)
|
||||
g_state.ds->requestActivation();
|
||||
|
||||
while(g_state.state == APP_STATE_RUNNING && !g_state.stopVideo)
|
||||
{
|
||||
LGMPMessage msg;
|
||||
|
|
Loading…
Reference in a new issue