mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-10-22 20:42:24 +00:00
14 lines
513 B
Plaintext
14 lines
513 B
Plaintext
<MudDialog>
|
|
<DialogContent>
|
|
<MudGrid>
|
|
<MudItem xs="12">
|
|
<MudTextField Label="Urls" Lines="10" @bind-Value="Urls" Variant="Variant.Filled" />
|
|
</MudItem>
|
|
<AddTorrentOptions @ref="TorrentOptions" ShowCookieOption />
|
|
</MudGrid>
|
|
</DialogContent>
|
|
<DialogActions>
|
|
<MudButton OnClick="Cancel">Close</MudButton>
|
|
<MudButton Color="Color.Primary" OnClick="Submit">Upload Torrents</MudButton>
|
|
</DialogActions>
|
|
</MudDialog> |