@ -120,9 +120,10 @@ void Wizard::MainWizard::addLogText(const QString &text)
QTextStream out(&file);
if (!text.isEmpty())
out << text << endl;
{
out << text << "\n";
// file.close();
out.flush();
}
void Wizard::MainWizard::setupGameSettings()