mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 15:27:30 +08:00
Set to enable or disable at load time
This commit is contained in:
parent
bfca64a98e
commit
6c82f1de9b
@ -237,6 +237,8 @@ namespace osu.Game.Screens.Play.PlayerSettings
|
||||
}
|
||||
});
|
||||
|
||||
useAverageButton.Enabled.Value = !Precision.AlmostEquals(lastPlayAverage, 0, Current.Precision / 2);
|
||||
|
||||
if (settings != null)
|
||||
{
|
||||
globalOffsetText.AddText("You can also ");
|
||||
|
Loading…
Reference in New Issue
Block a user