Add ability to click on imported complete notification to present last import

This commit is contained in:
Dean Herbert
2018-09-07 16:30:11 +09:00
parent d48e11dbcd
commit 2c0ba401d5
3 changed files with 20 additions and 3 deletions

View File

@ -169,7 +169,7 @@ namespace osu.Game.Overlays.Notifications
public Action<Notification> CompletionTarget { get; set; }
/// <summary>
/// An action to complete when the completion notification is clicked.
/// An action to complete when the completion notification is clicked. Return true to close.
/// </summary>
public Func<bool> CompletionClickAction;