mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-11-01 20:43:36 +00:00
17 lines
590 B
Plaintext
17 lines
590 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>
|
|
<DialogActions>
|
|
@if (MultiAction)
|
|
{
|
|
<MudButton OnClick="Cancel">Close</MudButton>
|
|
}
|
|
</DialogActions>
|
|
</MudDialog> |