mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Show tooltips for beatmap set panels
This commit is contained in:
@ -190,7 +190,7 @@ namespace osu.Game.Screens.Select.Carousel
|
||||
private readonly BindableBool filtered = new BindableBool();
|
||||
|
||||
public FilterableDifficultyIcon(CarouselBeatmap item)
|
||||
: base(item.Beatmap)
|
||||
: base(item.Beatmap, shouldShowTooltip: true)
|
||||
{
|
||||
filtered.BindTo(item.Filtered);
|
||||
filtered.ValueChanged += isFiltered => Schedule(() => this.FadeTo(isFiltered.NewValue ? 0.1f : 1, 100));
|
||||
|
Reference in New Issue
Block a user