Remove usage of HideOnEscape

This commit is contained in:
Dean Herbert
2017-08-16 19:17:29 +09:00
parent 99c54e348c
commit 7e21ddb5eb
7 changed files with 7 additions and 17 deletions

View File

@ -27,8 +27,6 @@ namespace osu.Desktop.Overlays
private UpdateManager updateManager;
private NotificationOverlay notificationOverlay;
protected override bool HideOnEscape => false;
public override bool HandleInput => false;
[BackgroundDependencyLoader]