1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-07 05:43:41 +08:00

Remove redundant default value

This commit is contained in:
Dan Balasescu
2025-10-29 17:27:33 +09:00
committed by GitHub
Unverified
parent ee7c52465b
commit 3afc7b045c
@@ -42,7 +42,7 @@ namespace osu.Game.Overlays.Notifications
/// <summary>
/// Critical notifications show even during gameplay or other scenarios where notifications would usually be suppressed.
/// </summary>
public bool IsCritical { get; init; } = false;
public bool IsCritical { get; init; }
/// <summary>
/// Transient notifications only show as a toast, and do not linger in notification history.