mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
Save/restore settings dialog (and instance specific settings) window geometry
This commit is contained in:
parent
7f89da2043
commit
eb4e7d3f67
5 changed files with 38 additions and 4 deletions
|
|
@ -427,6 +427,8 @@ void MultiMC::initGlobalSettings()
|
|||
|
||||
m_settings->registerSetting("ConsoleWindowState", "");
|
||||
m_settings->registerSetting("ConsoleWindowGeometry", "");
|
||||
|
||||
m_settings->registerSetting("SettingsGeometry", "");
|
||||
}
|
||||
|
||||
void MultiMC::initHttpMetaCache()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue