mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 17:10:44 +08:00
Merge branch 'main' into assemblyeditor
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user