Files
qbtmud/Lantean.QBTMudBlade/Components/Menu.razor
2024-08-28 16:15:59 +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>
}