Enlist a few more important notifications

This commit is contained in:
Dean Herbert
2018-07-14 03:31:19 +09:00
parent ac4f25c5bc
commit 81e5a37d6d
2 changed files with 8 additions and 1 deletions

View File

@ -9,6 +9,8 @@ namespace osu.Game.Overlays.Notifications
{
public class ProgressCompletionNotification : SimpleNotification
{
public override bool IsImportant => true;
public ProgressCompletionNotification()
{
Icon = FontAwesome.fa_check;