1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 17:43:05 +08:00

Fix escape key being unnecessarily handled by VersionManager.

This commit is contained in:
Dean Herbert 2017-02-13 19:08:59 +09:00
parent bc95666736
commit f52e9ddb05
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -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)
{