NOISSUE force SetupWizard into 'classic' look and feel and increment analytics version
This should force the dialog to show again. If it still looks wrong on Windows 10, please report this on discord.
This commit is contained in:
@ -478,7 +478,7 @@ void MultiMC::shutdownLogger()
|
||||
|
||||
void MultiMC::initAnalytics()
|
||||
{
|
||||
const int analyticsVersion = 1;
|
||||
const int analyticsVersion = 2;
|
||||
if(BuildConfig.ANALYTICS_ID.isEmpty())
|
||||
{
|
||||
return;
|
||||
|
@ -197,6 +197,8 @@ SetupWizard::SetupWizard(QWidget *parent) : QWizard(parent)
|
||||
{
|
||||
setObjectName(QStringLiteral("SetupWizard"));
|
||||
resize(615, 659);
|
||||
// make it ugly everywhere to avoid variability in theming
|
||||
setWizardStyle(QWizard::ClassicStyle);
|
||||
setOptions(QWizard::NoCancelButton | QWizard::IndependentPages);
|
||||
if (LanguageWizardPage::isRequired())
|
||||
{
|
||||
|
Reference in New Issue
Block a user