mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Apply review comment
This commit is contained in:
@ -228,6 +228,15 @@ namespace osu.Game.Tournament
|
||||
|
||||
API.Queue(req);
|
||||
}
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
MenuCursorContainer.Cursor.AlwaysPresent = true; // required for tooltip display
|
||||
|
||||
// we don't want to show the menu cursor as it would appear on stream output.
|
||||
MenuCursorContainer.Cursor.Alpha = 0;
|
||||
|
||||
base.LoadComplete();
|
||||
}
|
||||
|
||||
protected virtual void SaveChanges()
|
||||
{
|
||||
|
Reference in New Issue
Block a user