mirror of
https://github.com/ppy/osu.git
synced 2025-03-10 18:17:19 +08:00
Show current beatmap info in window title
This commit is contained in:
parent
c30f334cf9
commit
b5696f97a0
@ -828,6 +828,8 @@ namespace osu.Game
|
||||
{
|
||||
beatmap.OldValue?.CancelAsyncLoad();
|
||||
beatmap.NewValue?.BeginAsyncLoad();
|
||||
|
||||
Host.Window.Title = $"{Name} - {beatmap.NewValue.BeatmapInfo.GetDisplayTitleRomanisable(true, false)}";
|
||||
}
|
||||
|
||||
private void modsChanged(ValueChangedEvent<IReadOnlyList<Mod>> mods)
|
||||
|
Loading…
x
Reference in New Issue
Block a user