mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Update VisibilityContainer usage in line with framework
This commit is contained in:
@ -97,7 +97,7 @@ namespace osu.Game.Overlays.Settings.Sections.General
|
||||
{
|
||||
new LoadingAnimation
|
||||
{
|
||||
State = Visibility.Visible,
|
||||
State = { Value = Visibility.Visible },
|
||||
Anchor = Anchor.TopCentre,
|
||||
Origin = Anchor.TopCentre,
|
||||
},
|
||||
|
Reference in New Issue
Block a user