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

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