mirror of https://github.com/ppy/osu
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 @@ public partial class BeatmapDeleteDialog : DeletionDialog
|
|||
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