mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 13:37:22 +00:00
[client] don't show capture message at startup unless it's on
This commit is contained in:
parent
18f9d936c6
commit
176cc394d1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user