Skip to content

Commit ae591ef

Browse files
authored
Set the nfapi on startup (#7218)
1 parent af12e47 commit ae591ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

OMEdit/OMEditLIB/MainWindow.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@ void MainWindow::setUpMainWindow(threadData_t *threadData)
377377
mpOMCProxy->setCommandLineOptions("-d=infoXmlOperations");
378378
}
379379
OptionsDialog::instance()->saveSimulationSettings();
380+
OptionsDialog::instance()->saveNFAPISettings();
380381
// restore OMEdit widgets state
381382
if (OptionsDialog::instance()->getGeneralSettingsPage()->getPreserveUserCustomizations()) {
382383
restoreGeometry(pSettings->value("application/geometry").toByteArray());

0 commit comments

Comments
 (0)