1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-21 08:12:56 +08:00

Fix screen titles

This commit is contained in:
smoogipoo 2019-01-25 18:38:48 +09:00
parent 15100632f1
commit da135346b2
2 changed files with 4 additions and 0 deletions

View File

@ -172,5 +172,7 @@ namespace osu.Game.Screens.Multi.Lounge
this.Push(new MatchSubScreen(room, s => pushGameplayScreen?.Invoke(s))); this.Push(new MatchSubScreen(room, s => pushGameplayScreen?.Invoke(s)));
} }
public override string ToString() => Title;
} }
} }

View File

@ -239,6 +239,8 @@ namespace osu.Game.Screens.Multi.Match
} }
} }
public override string ToString() => Title;
protected override void Dispose(bool isDisposing) protected override void Dispose(bool isDisposing)
{ {
base.Dispose(isDisposing); base.Dispose(isDisposing);