summaryrefslogtreecommitdiffstats
path: root/MultiMC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'MultiMC.cpp')
-rw-r--r--MultiMC.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/MultiMC.cpp b/MultiMC.cpp
index 258d7103..a75ccb13 100644
--- a/MultiMC.cpp
+++ b/MultiMC.cpp
@@ -376,6 +376,9 @@ void MultiMC::initGlobalSettings()
// Notifications
m_settings->registerSetting("ShownNotifications", QString());
+ // Remembered state
+ m_settings->registerSetting("LastUsedGroupForNewInstance", QString());
+
// FTB
m_settings->registerSetting("TrackFTBInstances", false);
QString ftbDataDefault;