X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmainwindow.cpp;h=83761b6433de53014394f0f76e2efc15ae80322d;hb=4274029010fe1c1f4f5a2d4d4b6981fbdb57f490;hp=ad1cf6e886cf29a2fb428feefa8460e63e9820a7;hpb=ac37d09b9998fa06e7b9ff85aadb09287d17408c;p=kdenlive diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index ad1cf6e8..83761b64 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1829,7 +1829,7 @@ void MainWindow::readOptions() } } - + if (KdenliveSettings::ffmpegpath().isEmpty() || KdenliveSettings::ffplaypath().isEmpty()) upgrade = true; if (!initialGroup.exists() || upgrade) { // this is our first run, show Wizard QPointer w = new Wizard(upgrade, this);