Skip to content

Commit

Permalink
[client] main: don't request activation just because we re-connected
Browse files Browse the repository at this point in the history
  • Loading branch information
gnif committed Sep 13, 2023
1 parent 9cadb64 commit a3045e0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a3045e0

Please sign in to comment.