We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7c524 commit 3afc7b0Copy full SHA for 3afc7b0
osu.Game/Overlays/Notifications/Notification.cs
@@ -42,7 +42,7 @@ public abstract partial class Notification : Container
42
/// <summary>
43
/// Critical notifications show even during gameplay or other scenarios where notifications would usually be suppressed.
44
/// </summary>
45
- public bool IsCritical { get; init; } = false;
+ public bool IsCritical { get; init; }
46
47
48
/// Transient notifications only show as a toast, and do not linger in notification history.
0 commit comments