mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Enlist a few more important notifications
This commit is contained in:
@ -9,6 +9,8 @@ namespace osu.Game.Overlays.Notifications
|
||||
{
|
||||
public class ProgressCompletionNotification : SimpleNotification
|
||||
{
|
||||
public override bool IsImportant => true;
|
||||
|
||||
public ProgressCompletionNotification()
|
||||
{
|
||||
Icon = FontAwesome.fa_check;
|
||||
|
Reference in New Issue
Block a user