mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-11 06:43:56 +00:00
[client] don't show capture message at startup unless it's on
This commit is contained in:
parent
18f9d936c6
commit
176cc394d1
1 changed files with 2 additions and 1 deletions
|
@ -2069,7 +2069,8 @@ static int lg_run()
|
||||||
* we start checking for a valid session */
|
* we start checking for a valid session */
|
||||||
SDL_WaitEventTimeout(NULL, 200);
|
SDL_WaitEventTimeout(NULL, 200);
|
||||||
|
|
||||||
setGrab(params.captureOnStart);
|
if (params.captureOnStart)
|
||||||
|
setGrab(true);
|
||||||
|
|
||||||
uint32_t udataSize;
|
uint32_t udataSize;
|
||||||
KVMFR *udata;
|
KVMFR *udata;
|
||||||
|
|
Loading…
Reference in a new issue