mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Force the new default on update
This commit is contained in:
@ -169,14 +169,9 @@ namespace osu.Game.Configuration
|
|||||||
|
|
||||||
int combined = (year * 10000) + monthDay;
|
int combined = (year * 10000) + monthDay;
|
||||||
|
|
||||||
if (combined < 20200305)
|
if (combined < 20210413)
|
||||||
{
|
{
|
||||||
// the maximum value of this setting was changed.
|
SetValue(OsuSetting.EditorWaveformOpacity, 0.25f);
|
||||||
// if we don't manually increase this, it causes song select to filter out beatmaps the user expects to see.
|
|
||||||
var maxStars = (BindableDouble)GetOriginalBindable<double>(OsuSetting.DisplayStarsMaximum);
|
|
||||||
|
|
||||||
if (maxStars.Value == 10)
|
|
||||||
maxStars.Value = maxStars.MaxValue;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user