9722c24556
The audio input and output issues have been resolved. News: https://www.openshot.org/blog/2026/04/06/openshot-351-faster-performance-smoother-editing-better-previews/ Changelog: https://github.com/OpenShot/openshot-qt/releases/tag/v3.5.1 Regarding textproc/py-sphinx, it will be temporarily fixed to the default flavor. This allows the build for py312 to succeed even if py311 is the default. The build for py313 will probably require py313 to be switched to the default. PR: 294379 Sponsored by: UNIS Labs MFH: 2026Q2
21 lines
479 B
Plaintext
21 lines
479 B
Plaintext
--- src/settings/_default.settings.orig 2026-04-05 22:42:37 UTC
|
|
+++ src/settings/_default.settings
|
|
@@ -605,7 +605,7 @@
|
|
"min": 0,
|
|
"setting": "graca_number_de",
|
|
"type": "dropdown",
|
|
- "value": "0",
|
|
+ "value": 0,
|
|
"translate_values": true,
|
|
"values": [],
|
|
"restart": true
|
|
@@ -617,7 +617,7 @@
|
|
"min": 0,
|
|
"setting": "graca_number_en",
|
|
"type": "dropdown",
|
|
- "value": "0",
|
|
+ "value": 0,
|
|
"values": [],
|
|
"restart": false
|
|
},
|