update
This commit is contained in:
@@ -1,7 +1,16 @@
|
|||||||
{
|
{
|
||||||
"media": {
|
"media": {
|
||||||
"camera": {
|
"camera": {
|
||||||
"autoAdjustAspectRatio": { "enabled": true }
|
"autoAdjustAspectRatio": { "enabled": true },
|
||||||
|
"resolution": {
|
||||||
|
"enabled": true,
|
||||||
|
"mode": "override",
|
||||||
|
"width": 1920,
|
||||||
|
"height": 1080
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"video": {
|
||||||
|
"menuEnabled": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,11 +10,11 @@ prepend_previewers = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[[plugin.prepend_fetchers]]
|
[[plugin.prepend_fetchers]]
|
||||||
id = "git"
|
|
||||||
url = "*"
|
url = "*"
|
||||||
run = "git"
|
run = "git"
|
||||||
|
group = "git"
|
||||||
|
|
||||||
[[plugin.prepend_fetchers]]
|
[[plugin.prepend_fetchers]]
|
||||||
id = "git"
|
|
||||||
url = "*/"
|
url = "*/"
|
||||||
run = "git"
|
run = "git"
|
||||||
|
group = "git"
|
||||||
|
|||||||
Reference in New Issue
Block a user