This commit is contained in:
2026-05-20 07:25:18 -04:00
parent 6de925deef
commit ba4640a1b3
2 changed files with 12 additions and 3 deletions
+10 -1
View File
@@ -1,7 +1,16 @@
{
"media": {
"camera": {
"autoAdjustAspectRatio": { "enabled": true }
"autoAdjustAspectRatio": { "enabled": true },
"resolution": {
"enabled": true,
"mode": "override",
"width": 1920,
"height": 1080
}
},
"video": {
"menuEnabled": true
}
}
}
+2 -2
View File
@@ -10,11 +10,11 @@ prepend_previewers = [
]
[[plugin.prepend_fetchers]]
id = "git"
url = "*"
run = "git"
group = "git"
[[plugin.prepend_fetchers]]
id = "git"
url = "*/"
run = "git"
group = "git"