gui: show eula on non windows versions
This commit is contained in:
@@ -465,11 +465,13 @@ void QtMainWindow::showStartScreen()
|
|||||||
forceEnterLicense(state == LicenseChecker::LICENSE_EXPIRED);
|
forceEnterLicense(state == LicenseChecker::LICENSE_EXPIRED);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (QSysInfo::macVersion() != QSysInfo::MV_None &&
|
#ifndef Q_OS_WIN
|
||||||
ApplicationSettings::getInstance()->getAcceptedEulaVersion() < QtEulaWindow::EULA_VERSION)
|
if (ApplicationSettings::getInstance()->getAcceptedEulaVersion() < QtEulaWindow::EULA_VERSION)
|
||||||
{
|
{
|
||||||
showEula(true);
|
showEula(true);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void QtMainWindow::hideStartScreen()
|
void QtMainWindow::hideStartScreen()
|
||||||
|
|||||||
Reference in New Issue
Block a user