mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-04 01:34:13 +00:00
[client] don't show capture message at startup unless it's on
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user