Merge branch 'main' into assemblyeditor

This commit is contained in:
Ernie Pasveer
2022-06-16 19:40:10 -05:00
11 changed files with 183 additions and 6 deletions
+5
View File
@@ -249,6 +249,11 @@ void SeerMainWindow::launchExecutable (const QString& launchMode) {
// If no mode, schedule the opening of the debug dialog.
QTimer::singleShot(200, this, &SeerMainWindow::handleFileDebug);
}else if (launchMode == "configdialog") {
// Launch the config dialog.
QTimer::singleShot(200, this, &SeerMainWindow::handleSettingsConfiguration);
}else{
qWarning() << "Bad launchMode:" << launchMode;
}