mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fade in sidebar buttons after the load has completed
This commit is contained in:
@ -22,6 +22,9 @@ namespace osu.Game.Overlays.Settings
|
||||
private readonly Box selectionIndicator;
|
||||
private readonly Container text;
|
||||
|
||||
// always consider as part of flow, even when not visible (for the sake of the initial animation).
|
||||
public override bool IsPresent => true;
|
||||
|
||||
private SettingsSection section;
|
||||
|
||||
public SettingsSection Section
|
||||
|
Reference in New Issue
Block a user