1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 03:27:24 +08:00

Fix incorrect default state of checkboxes

This commit is contained in:
Dean Herbert 2022-05-17 17:12:10 +09:00
parent 30fdbc3de0
commit 03d3900a02

View File

@ -146,6 +146,7 @@ namespace osu.Game.Overlays.FirstRunSetup
StableContent = stableContent;
Current.Default = true;
Current.Value = true;
LabelText = title;