feat(studio): add mockup desktop controls

This commit is contained in:
Erik 2026-06-26 13:10:34 +02:00
parent 9444a328fa
commit 4cc565badc
3 changed files with 255 additions and 23 deletions

View file

@ -4,5 +4,9 @@ namespace AcDream.App.UI;
/// mount, the window registry, and the toggle keybind all agree on one literal.</summary>
public static class WindowNames
{
public const string Vitals = "vitals";
public const string Toolbar = "toolbar";
public const string Character = "character";
public const string Inventory = "inventory";
public const string Chat = "chat";
}