mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 00:42:55 +08:00
Trimmed whitespace
This commit is contained in:
parent
4d60f6fb6a
commit
3660924441
@ -179,7 +179,7 @@ namespace osu.Game.Screens.Select.Carousel
|
||||
new OsuMenuItem("Edit", MenuItemType.Standard, () => editRequested?.Invoke(beatmap)),
|
||||
new OsuMenuItem("Hide", MenuItemType.Destructive, () => hideRequested?.Invoke(beatmap)),
|
||||
};
|
||||
|
||||
|
||||
if (beatmap.OnlineBeatmapID.HasValue)
|
||||
items.Add(new OsuMenuItem("Details", MenuItemType.Standard, () => beatmapOverlay?.FetchAndShowBeatmap(beatmap.OnlineBeatmapID.Value)));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user