1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 16:07:24 +08:00

Set to enable or disable at load time

This commit is contained in:
Shiumano 2024-06-14 21:43:17 +09:00
parent bfca64a98e
commit 6c82f1de9b

View File

@ -237,6 +237,8 @@ namespace osu.Game.Screens.Play.PlayerSettings
} }
}); });
useAverageButton.Enabled.Value = !Precision.AlmostEquals(lastPlayAverage, 0, Current.Precision / 2);
if (settings != null) if (settings != null)
{ {
globalOffsetText.AddText("You can also "); globalOffsetText.AddText("You can also ");