mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Apply newline additions
This commit is contained in:
@ -21,6 +21,7 @@ namespace osu.Game.Overlays.Toolbar
|
||||
set
|
||||
{
|
||||
stateContainer = value;
|
||||
|
||||
if (stateContainer != null)
|
||||
{
|
||||
Action = stateContainer.ToggleVisibility;
|
||||
@ -55,6 +56,7 @@ namespace osu.Game.Overlays.Toolbar
|
||||
case Visibility.Hidden:
|
||||
stateBackground.FadeOut(200);
|
||||
break;
|
||||
|
||||
case Visibility.Visible:
|
||||
stateBackground.FadeIn(200);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user