Skip to content

Commit 3b73d46

Browse files
authored
Merge pull request #773 from Blazam-App/v1-Dev
Show ChildContent even when not account object type
2 parents b5242b9 + 7742a30 commit 3b73d46

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

BLAZAM/BLAZAM.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
<ServerGarbageCollection>false</ServerGarbageCollection>
88
<AssemblyVersion>1.2.6</AssemblyVersion>
9-
<Version>2025.01.25.1419</Version>
9+
<Version>2025.01.25.1454</Version>
1010
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
1111
<RootNamespace>BLAZAM</RootNamespace>
1212
<GenerateDocumentationFile>True</GenerateDocumentationFile>

BLAZAMGui/UI/Inputs/DirectoryEntryContextMenu.razor

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
}
3131
</MenuContents>
3232
</MudContextMenu>
33+
}else{
34+
@ChildContent
3335
}
3436

3537
@code {

0 commit comments

Comments
 (0)