Implement #545
* Instance group can be selected when creating and copying instances * Original group is pre-selected when copying * Last used group is pre-selected when creating new instances
This commit is contained in:
parent
7d1dd2a32f
commit
992ba0c3f8
8 changed files with 120 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue