Skip to content
Snippets Groups Projects
Commit 0543b2dd authored by rswindell's avatar rswindell
Browse files

Now resets FirstRun flag (so it doesn't run in "init" mode twice).

parent 0255c52c
No related branches found
No related tags found
No related merge requests found
......@@ -272,6 +272,8 @@ void __fastcall TConfigWizard::NextButtonClick(TObject *Sender)
Application->MessageBox("Error saving configuration"
,"ERROR",MB_OK|MB_ICONEXCLAMATION);
}
MainForm->FirstRun=false;
Close();
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment