mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
parent
f9a025081a
commit
2817f54c96
3 changed files with 12 additions and 5 deletions
|
|
@ -166,8 +166,9 @@ SettingsCache::SettingsCache()
|
|||
translateLegacySettings();
|
||||
|
||||
// updates - don't reorder them or their index in the settings won't match
|
||||
releaseChannels << new StableReleaseChannel()
|
||||
<< new DevReleaseChannel();
|
||||
// append channels one by one, or msvc will add them in the wrong order.
|
||||
releaseChannels << new StableReleaseChannel();
|
||||
releaseChannels << new DevReleaseChannel();
|
||||
|
||||
notifyAboutUpdates = settings->value("personal/updatenotification", true).toBool();
|
||||
updateReleaseChannel = settings->value("personal/updatereleasechannel", 0).toInt();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue