mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 09:22:54 +08:00
Hide leaderboard mod filter when on details tab
This commit is contained in:
parent
6f2edaad55
commit
0b6cfec21c
@ -28,6 +28,8 @@ namespace osu.Game.Screens.Select
|
|||||||
private void invokeOnFilter()
|
private void invokeOnFilter()
|
||||||
{
|
{
|
||||||
OnFilter?.Invoke(tabs.Current.Value, modsCheckbox.Current.Value);
|
OnFilter?.Invoke(tabs.Current.Value, modsCheckbox.Current.Value);
|
||||||
|
|
||||||
|
modsCheckbox.FadeTo(tabs.Current.Value == BeatmapDetailTab.Details ? 0 : 1, 200, Easing.OutQuint);
|
||||||
}
|
}
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
|
Loading…
Reference in New Issue
Block a user