1
0
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:
Dean Herbert 2023-09-05 16:14:01 +09:00
parent f616648730
commit 4ff3630484

View File

@ -69,7 +69,7 @@ namespace osu.Game.Screens.Select.FooterV2
TextColour = colour,
Action = () =>
{
Hide();
Scheduler.AddDelayed(Hide, 50);
action?.Invoke();
},
};