summaryrefslogtreecommitdiffstats
path: root/application/MultiMC.cpp
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2017-01-02 08:23:03 +0100
committerPetr Mrázek <peterix@gmail.com>2017-01-02 08:23:03 +0100
commit64723f68e32ad22c771ade7c7958a7e484451099 (patch)
treef3e71f73f6377eb7ac99c8307ddb704d8c8e4468 /application/MultiMC.cpp
parenta666dc0a1afa69b5b42aa3a487c8fa971c01cde1 (diff)
downloadMultiMC-64723f68e32ad22c771ade7c7958a7e484451099.tar
MultiMC-64723f68e32ad22c771ade7c7958a7e484451099.tar.gz
MultiMC-64723f68e32ad22c771ade7c7958a7e484451099.tar.lz
MultiMC-64723f68e32ad22c771ade7c7958a7e484451099.tar.xz
MultiMC-64723f68e32ad22c771ade7c7958a7e484451099.zip
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.
Diffstat (limited to 'application/MultiMC.cpp')
-rw-r--r--application/MultiMC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/MultiMC.cpp b/application/MultiMC.cpp
index 346c1882..03ee2e5a 100644
--- a/application/MultiMC.cpp
+++ b/application/MultiMC.cpp
@@ -478,7 +478,7 @@ void MultiMC::shutdownLogger()
void MultiMC::initAnalytics()
{
- const int analyticsVersion = 1;
+ const int analyticsVersion = 2;
if(BuildConfig.ANALYTICS_ID.isEmpty())
{
return;