]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivesettingsdialog.cpp
First step for implementation of proxy editing (for testing purpose only)
[kdenlive] / src / kdenlivesettingsdialog.cpp
index d2ba47fad5ffa08453891c2f14c92be4fee7f1b1..dcf15cf873773afd1ccd1c12271864d856561ee2 100644 (file)
@@ -614,6 +614,10 @@ void KdenliveSettingsDialog::updateSettings()
         KdenliveSettings::setVolume(m_configSdl.kcfg_volume->value());
         resetProfile = true;
     }
+    
+    if (m_configProject.kcfg_enableproxy->isChecked() != KdenliveSettings::enableproxy()) {
+        emit updateProxySettings();
+    }
 
     if (m_modified) {
         // The transcoding profiles were modified, save.