Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
94e27faf
Commit
94e27faf
authored
Jul 08, 2021
by
Jean-Baptiste Mardelle
Browse files
Fix typo
parent
1350e856
Pipeline
#69292
passed with stage
in 8 minutes and 37 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/dialogs/kdenlivesettingsdialog.cpp
View file @
94e27faf
...
...
@@ -1203,7 +1203,7 @@ void KdenliveSettingsDialog::updateSettings()
m_configEnv
.
supportedmimes
->
setPlainText
(
mimes
.
join
(
QLatin1Char
(
' '
)));
}
// pro
c
x/transcode max concurrent jobs
// prox
y
/transcode max concurrent jobs
if
(
m_configEnv
.
kcfg_proxythreads
->
value
()
!=
KdenliveSettings
::
proxythreads
())
{
KdenliveSettings
::
setProxythreads
(
m_configEnv
.
kcfg_proxythreads
->
value
());
pCore
->
taskManager
.
updateConcurrency
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment