mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-11-02 21:13:15 +00:00
Update project name and namespaces
This commit is contained in:
11
Lantean.QBTMud/Components/Dialogs/SubMenuDialog.razor
Normal file
11
Lantean.QBTMud/Components/Dialogs/SubMenuDialog.razor
Normal file
@@ -0,0 +1,11 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user