We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af12e47 commit ae591efCopy full SHA for ae591ef
OMEdit/OMEditLIB/MainWindow.cpp
@@ -377,6 +377,7 @@ void MainWindow::setUpMainWindow(threadData_t *threadData)
377
mpOMCProxy->setCommandLineOptions("-d=infoXmlOperations");
378
}
379
OptionsDialog::instance()->saveSimulationSettings();
380
+ OptionsDialog::instance()->saveNFAPISettings();
381
// restore OMEdit widgets state
382
if (OptionsDialog::instance()->getGeneralSettingsPage()->getPreserveUserCustomizations()) {
383
restoreGeometry(pSettings->value("application/geometry").toByteArray());
0 commit comments