Implement changing update channels
Allow the user to select which update channel they would like to download updates from.
This commit is contained in:
parent
116a6458b5
commit
d30962bf00
6 changed files with 125 additions and 32 deletions
|
@ -352,8 +352,10 @@ void MultiMC::initGlobalSettings()
|
|||
{
|
||||
m_settings.reset(new INISettingsObject("multimc.cfg", this));
|
||||
// Updates
|
||||
m_settings->registerSetting("UseDevBuilds", false);
|
||||
m_settings->registerSetting("UpdateChannel", version().channel);
|
||||
m_settings->registerSetting("AutoUpdate", true);
|
||||
|
||||
// Notifications
|
||||
m_settings->registerSetting("ShownNotifications", QString());
|
||||
|
||||
// FTB
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue