diff --git a/apps/Launcher/mainwindow.cpp b/apps/Launcher/mainwindow.cpp index 115b823dd1..c186e6c36c 100644 --- a/apps/Launcher/mainwindow.cpp +++ b/apps/Launcher/mainwindow.cpp @@ -197,6 +197,9 @@ void MainWindow::initialize() { _sceneFiles.insert(i.fileName(), i.absoluteFilePath()); _scenes->addItem(i.fileName()); } + + _scenes->setCurrentText("default.scene"); + _syncWidget->setSceneFiles(_sceneFiles); }