mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Implement SpotlightsLayout
This commit is contained in:
@ -60,8 +60,10 @@ namespace osu.Game.Overlays.Rankings
|
||||
base.LoadComplete();
|
||||
}
|
||||
|
||||
private void onCurrentChanged(ValueChangedEvent<RankingsScope> scope) =>
|
||||
SpotlightSelector.State.Value = scope.NewValue == RankingsScope.Spotlights ? Visibility.Visible : Visibility.Hidden;
|
||||
private void onCurrentChanged(ValueChangedEvent<RankingsScope> scope)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private class RankingsTitle : ScreenTitle
|
||||
{
|
||||
|
Reference in New Issue
Block a user