mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-04-26 16:46:28 +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 */
|
* 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…
x
Reference in New Issue
Block a user