Consistent use of 'beta' tag across the project (#3089)

This commit is contained in:
tooomm 2018-02-07 17:33:14 +01:00 committed by Zach H
parent a0d6a342d3
commit ab3989aeba
6 changed files with 43 additions and 43 deletions

View file

@ -169,7 +169,7 @@ SettingsCache::SettingsCache()
// updates - don't reorder them or their index in the settings won't match
// append channels one by one, or msvc will add them in the wrong order.
releaseChannels << new StableReleaseChannel();
releaseChannels << new DevReleaseChannel();
releaseChannels << new BetaReleaseChannel();
mbDownloadSpoilers = settings->value("personal/downloadspoilers", false).toBool();