mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 14:25:05 +08:00
Fix incorrect default state of checkboxes
This commit is contained in:
parent
30fdbc3de0
commit
03d3900a02
@ -146,6 +146,7 @@ namespace osu.Game.Overlays.FirstRunSetup
|
||||
|
||||
StableContent = stableContent;
|
||||
|
||||
Current.Default = true;
|
||||
Current.Value = true;
|
||||
|
||||
LabelText = title;
|
||||
|
Loading…
Reference in New Issue
Block a user