mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 21:02:54 +08:00
Fix escape key being unnecessarily handled by VersionManager.
This commit is contained in:
parent
bc95666736
commit
f52e9ddb05
@ -14,6 +14,8 @@ namespace osu.Desktop.Overlays
|
||||
private UpdateManager updateManager;
|
||||
private NotificationManager notification;
|
||||
|
||||
protected override bool HideOnEscape => false;
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(NotificationManager notification)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user