mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 13:07:54 +00:00
[client] config: enable JIT rendering by default
This commit is contained in:
parent
aed370c7ce
commit
3baed05728
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ static struct Option options[] =
|
|||
.name = "jitRender",
|
||||
.description = "Enable just-in-time rendering",
|
||||
.type = OPTION_TYPE_BOOL,
|
||||
.value.x_bool = false,
|
||||
.value.x_bool = true,
|
||||
},
|
||||
|
||||
// input options
|
||||
|
|
Loading…
Reference in a new issue