summaryrefslogtreecommitdiffstats
path: root/MultiMC.cpp
diff options
context:
space:
mode:
authorSky <git@bunnies.cc>2014-01-02 02:20:34 +0000
committerSky <git@bunnies.cc>2014-01-02 02:20:34 +0000
commiteb4e7d3f6771d5c5fb6d70557c8013f745e72ca4 (patch)
tree2befb9245b098a6b6368786791d4d51a10b61a64 /MultiMC.cpp
parent7f89da20439090cee0cd3090be582e263e25d6a1 (diff)
downloadMultiMC-eb4e7d3f6771d5c5fb6d70557c8013f745e72ca4.tar
MultiMC-eb4e7d3f6771d5c5fb6d70557c8013f745e72ca4.tar.gz
MultiMC-eb4e7d3f6771d5c5fb6d70557c8013f745e72ca4.tar.lz
MultiMC-eb4e7d3f6771d5c5fb6d70557c8013f745e72ca4.tar.xz
MultiMC-eb4e7d3f6771d5c5fb6d70557c8013f745e72ca4.zip
Save/restore settings dialog (and instance specific settings) window geometry
Diffstat (limited to 'MultiMC.cpp')
-rw-r--r--MultiMC.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/MultiMC.cpp b/MultiMC.cpp
index 30b3f7f5..93524af7 100644
--- a/MultiMC.cpp
+++ b/MultiMC.cpp
@@ -427,6 +427,8 @@ void MultiMC::initGlobalSettings()
m_settings->registerSetting("ConsoleWindowState", "");
m_settings->registerSetting("ConsoleWindowGeometry", "");
+
+ m_settings->registerSetting("SettingsGeometry", "");
}
void MultiMC::initHttpMetaCache()