Skip to content

Commit

Permalink
fix fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ThereDrD0 committed Jan 1, 2025
1 parent 732a136 commit d7b399a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Content.Shared/Popups/SharedPopupSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,13 @@ public enum PopupType : byte
/// </summary>
Small,
SmallCaution,
SmallFloating, // Sunrise
/// <summary>
/// Medium popups should be used for actions which are not spammable but may not be particularly important.
/// </summary>
Medium,
MediumCaution,
MediumCautionFloating, // Sunrise
/// <summary>
/// Large popups should be used for actions which may be important or very important to one or more users,
/// but is not life-threatening.
Expand Down

0 comments on commit d7b399a

Please sign in to comment.