Save/restore settings dialog (and instance specific settings) window geometry

This commit is contained in:
Sky
2014-01-02 02:20:34 +00:00
parent 7f89da2043
commit eb4e7d3f67
5 changed files with 38 additions and 4 deletions

View File

@@ -427,6 +427,8 @@ void MultiMC::initGlobalSettings()
m_settings->registerSetting("ConsoleWindowState", "");
m_settings->registerSetting("ConsoleWindowGeometry", "");
m_settings->registerSetting("SettingsGeometry", "");
}
void MultiMC::initHttpMetaCache()