Skip to content

Commit 3afc7b0

Browse files
authored
Remove redundant default value
1 parent ee7c524 commit 3afc7b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osu.Game/Overlays/Notifications/Notification.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public abstract partial class Notification : Container
4242
/// <summary>
4343
/// Critical notifications show even during gameplay or other scenarios where notifications would usually be suppressed.
4444
/// </summary>
45-
public bool IsCritical { get; init; } = false;
45+
public bool IsCritical { get; init; }
4646

4747
/// <summary>
4848
/// Transient notifications only show as a toast, and do not linger in notification history.

0 commit comments

Comments
 (0)