[client] don't show capture message at startup unless it's on

This commit is contained in:
Geoffrey McRae 2021-01-10 00:56:34 +11:00
parent 18f9d936c6
commit 176cc394d1

View File

@ -2069,7 +2069,8 @@ static int lg_run()
* we start checking for a valid session */
SDL_WaitEventTimeout(NULL, 200);
setGrab(params.captureOnStart);
if (params.captureOnStart)
setGrab(true);
uint32_t udataSize;
KVMFR *udata;