Files
qbtmud/Lantean.QBTMud/Components/Menu.razor
2024-10-22 09:57:50 +01:00

6 lines
264 B
Plaintext

@if (_isVisible)
{
<MudMenu Icon="@Icons.Material.Filled.MoreVert" Color="Color.Inherit" Dense="true" AnchorOrigin="Origin.BottomRight" TransformOrigin="Origin.TopLeft">
<ApplicationActions IsMenu="true" Preferences="Preferences" />
</MudMenu>
}