mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-10-23 04:52:22 +00:00
11 lines
461 B
Plaintext
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> |