mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-10-23 04:52:22 +00:00
16 lines
624 B
Plaintext
16 lines
624 B
Plaintext
<MudDialog>
|
|
<DialogContent>
|
|
<MudGrid>
|
|
<MudItem xs="12">
|
|
<MudFocusTrap>
|
|
<MudTextField @ref="UrlsTextField" Label="Urls" Lines="10" @bind-Value="Urls" Variant="Variant.Outlined" AutoFocus="true" />
|
|
</MudFocusTrap>
|
|
</MudItem>
|
|
</MudGrid>
|
|
<AddTorrentOptions @ref="TorrentOptions" ShowCookieOption="false" />
|
|
</DialogContent>
|
|
<DialogActions>
|
|
<MudButton OnClick="Cancel">Close</MudButton>
|
|
<MudButton Color="Color.Primary" OnClick="Submit">Upload Torrents</MudButton>
|
|
</DialogActions>
|
|
</MudDialog> |