mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Set all progress notifications to non-important
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user