ui: show EULA on first start of windows portable package

This commit is contained in:
mlangkabel
2019-05-13 18:02:41 +02:00
parent 67e342119a
commit a9887da9f1
4 changed files with 6 additions and 3 deletions
-2
View File
@@ -335,12 +335,10 @@ void QtMainWindow::loadWindow(bool showStartWindow, bool showEULA, bool enterLic
forceEnterLicense(licenseError);
}
#ifndef Q_OS_WIN
if (showEULA)
{
showEula(true);
}
#endif
}
void QtMainWindow::saveLayout()