mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 09:32:55 +08:00
Add a slight delay before hiding the popover to better visualise button click
This commit is contained in:
parent
f616648730
commit
4ff3630484
@ -69,7 +69,7 @@ namespace osu.Game.Screens.Select.FooterV2
|
||||
TextColour = colour,
|
||||
Action = () =>
|
||||
{
|
||||
Hide();
|
||||
Scheduler.AddDelayed(Hide, 50);
|
||||
action?.Invoke();
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user