Make the panic bunker UI send cvar updates on focus exit, add erase verb tooltip message (#20987)
This commit is contained in:
@@ -146,6 +146,7 @@ namespace Content.Server.Administration.Systems
|
||||
args.Verbs.Add(new Verb
|
||||
{
|
||||
Text = Loc.GetString("admin-verbs-erase"),
|
||||
Message = Loc.GetString("admin-verbs-erase-description"),
|
||||
Category = VerbCategory.Admin,
|
||||
Icon = new SpriteSpecifier.Texture(new("/Textures/Interface/VerbIcons/delete_transparent.svg.192dpi.png")),
|
||||
Act = () =>
|
||||
|
||||
Reference in New Issue
Block a user