1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-28 15:10:26 +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
Unverified
parent bc95666736
commit f52e9ddb05
+2
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)
{