LANCommander.PlaynitePlugin/LANCommander/UI/Components/ArchiveBrowserDialog.razor

9 lines
313 B
Text

@inherits FeedbackComponent<Guid, Guid>
@using FileManagerComponents
@inject ArchiveService ArchiveService
<FileManager ArchiveId="Options" Features="@(FileManagerFeatures.NavigationBack | FileManagerFeatures.NavigationForward | FileManagerFeatures.UpALevel | FileManagerFeatures.Breadcrumbs)" />
@code {
}