mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 03:47:56 +02:00
Enable automatic avatar and audio mixer threading defaults
This commit is contained in:
parent
84bee76968
commit
1ea78c6ab5
1 changed files with 2 additions and 2 deletions
|
@ -1075,7 +1075,7 @@
|
||||||
"label": "Automatically determine thread count",
|
"label": "Automatically determine thread count",
|
||||||
"type": "checkbox",
|
"type": "checkbox",
|
||||||
"help": "Allow system to determine number of threads (recommended)",
|
"help": "Allow system to determine number of threads (recommended)",
|
||||||
"default": false,
|
"default": true,
|
||||||
"advanced": true
|
"advanced": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -1365,7 +1365,7 @@
|
||||||
"label": "Automatically determine thread count",
|
"label": "Automatically determine thread count",
|
||||||
"type": "checkbox",
|
"type": "checkbox",
|
||||||
"help": "Allow system to determine number of threads (recommended)",
|
"help": "Allow system to determine number of threads (recommended)",
|
||||||
"default": false,
|
"default": true,
|
||||||
"advanced": true
|
"advanced": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue