mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Fix some null inspections
This commit is contained in:
@ -20,7 +20,7 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
public BeatmapDeleteDialog(BeatmapSetInfo beatmap)
|
||||
{
|
||||
BodyText = $@"{beatmap.Metadata?.Artist} - {beatmap.Metadata?.Title}";
|
||||
BodyText = $@"{beatmap.Metadata.Artist} - {beatmap.Metadata.Title}";
|
||||
|
||||
Icon = FontAwesome.Regular.TrashAlt;
|
||||
HeaderText = @"Confirm deletion of";
|
||||
|
Reference in New Issue
Block a user