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:
parent
87e26e34b8
commit
4fa6707bf0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user