Fix midi verb (#6880)

This commit is contained in:
Leon Friedrich
2022-02-25 00:10:12 +13:00
committed by GitHub
parent 902faa941d
commit c6a0d9ac52
5 changed files with 10 additions and 1 deletions

View File

@@ -40,6 +40,9 @@ namespace Content.Server.UserInterface
[DataField("key", readOnly: true, required: true)]
private string _keyRaw = default!;
[DataField("verbText")]
public string VerbText = "ui-verb-toggle-open";
/// <summary>
/// The client channel currently using the object, or null if there's none/not single user.
/// NOTE: DO NOT DIRECTLY SET, USE ActivatableUISystem.SetCurrentSingleUser