1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 13:23:03 +08:00

Set all progress notifications to non-important

This commit is contained in:
Dean Herbert 2022-09-02 00:58:10 +09:00
parent 87e26e34b8
commit 4fa6707bf0

View File

@ -162,6 +162,8 @@ namespace osu.Game.Overlays.Notifications
public override bool DisplayOnTop => false;
public override bool IsImportant => false;
private readonly ProgressBar progressBar;
private Color4 colourQueued;
private Color4 colourActive;