1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 19:22:54 +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; StableContent = stableContent;
Current.Default = true;
Current.Value = true; Current.Value = true;
LabelText = title; LabelText = title;