mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 14:12:55 +08:00
Fix context menus (temporarily)
This commit is contained in:
parent
66dc7d6b02
commit
8a917e4cc7
@ -255,6 +255,9 @@ namespace osu.Game.Tournament.Screens.Ladder
|
||||
}
|
||||
}
|
||||
|
||||
// todo: remove after ppy/osu-framework#1980 is merged.
|
||||
public override bool HandlePositionalInput => true;
|
||||
|
||||
public void Remove(MatchPairing pairing) => pairingsContainer.FirstOrDefault(p => p.Pairing == pairing)?.Remove();
|
||||
|
||||
public void SetCurrent(MatchPairing pairing)
|
||||
|
Loading…
Reference in New Issue
Block a user