mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-25 14:57:20 +00:00
[client] config: enable JIT rendering by default
This commit is contained in:
parent
aed370c7ce
commit
3baed05728
@ -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 New Issue
Block a user