mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
15 lines
328 B
JSON
15 lines
328 B
JSON
{
|
|
"version" : "0.0.1",
|
|
"autostart" : true,
|
|
"highPriorityStart" : false,
|
|
"sendStatistics" : false,
|
|
"absoluteStoragePath": "",
|
|
"renderer": {
|
|
"renderer-value": 0,
|
|
"renderer-enum" : ["OpenGL","Vulkan", "DirectX11", "DirectX12", "Software"]
|
|
},
|
|
"profiles":[
|
|
{ "monitorID": "","profile": "" }
|
|
]
|
|
}
|