From d7b399ac56101156bfd63a19935fe7e6b7893744 Mon Sep 17 00:00:00 2001 From: drdth Date: Wed, 1 Jan 2025 21:48:13 +0300 Subject: [PATCH] fix fix --- Content.Shared/Popups/SharedPopupSystem.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Content.Shared/Popups/SharedPopupSystem.cs b/Content.Shared/Popups/SharedPopupSystem.cs index 9c093ba13b9..ef30e37b4a7 100644 --- a/Content.Shared/Popups/SharedPopupSystem.cs +++ b/Content.Shared/Popups/SharedPopupSystem.cs @@ -186,11 +186,13 @@ public enum PopupType : byte /// Small, SmallCaution, + SmallFloating, // Sunrise /// /// Medium popups should be used for actions which are not spammable but may not be particularly important. /// Medium, MediumCaution, + MediumCautionFloating, // Sunrise /// /// Large popups should be used for actions which may be important or very important to one or more users, /// but is not life-threatening.