mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-10-22 20:42:24 +00:00
6 lines
264 B
Plaintext
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>
|
|
} |