mirror of
https://github.com/ppy/osu.git
synced 2024-12-17 06:02:55 +08:00
Merge pull request #30274 from shinmorisawa/master
Respect "Prefer metadata in original language" toggle in beatmap deletion dialog
This commit is contained in:
commit
639eb7ae4a
@ -14,7 +14,7 @@ namespace osu.Game.Screens.Select
|
||||
public BeatmapDeleteDialog(BeatmapSetInfo beatmapSet)
|
||||
{
|
||||
this.beatmapSet = beatmapSet;
|
||||
BodyText = $@"{beatmapSet.Metadata.Artist} - {beatmapSet.Metadata.Title}";
|
||||
BodyText = beatmapSet.Metadata.GetDisplayTitleRomanisable(false);
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
|
Loading…
Reference in New Issue
Block a user