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

11 lines
461 B
Plaintext

<MudDialog ContentStyle="mix-width: 400px">
<DialogContent>
<MudGrid>
<MudItem xs="12">
<CascadingValue Value="Preferences">
<TorrentActions Hashes="Hashes" ParentAction="ParentAction" RenderType="RenderType.Children" MudDialog="MudDialog" Torrents="Torrents" Preferences="Preferences" />
</CascadingValue>
</MudItem>
</MudGrid>
</DialogContent>
</MudDialog>