mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Consistent use of 'beta' tag across the project (#3089)
This commit is contained in:
parent
a0d6a342d3
commit
ab3989aeba
6 changed files with 43 additions and 43 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue