We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a57c115 + 3b73d46 commit 9bc984eCopy full SHA for 9bc984e
BLAZAM/BLAZAM.csproj
@@ -6,7 +6,7 @@
6
<ImplicitUsings>enable</ImplicitUsings>
7
<ServerGarbageCollection>false</ServerGarbageCollection>
8
<AssemblyVersion>1.2.6</AssemblyVersion>
9
- <Version>2025.01.25.1419</Version>
+ <Version>2025.01.25.1454</Version>
10
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
11
<RootNamespace>BLAZAM</RootNamespace>
12
<GenerateDocumentationFile>True</GenerateDocumentationFile>
BLAZAMGui/UI/Inputs/DirectoryEntryContextMenu.razor
@@ -30,6 +30,8 @@
30
}
31
</MenuContents>
32
</MudContextMenu>
33
+}else{
34
+ @ChildContent
35
36
37
@code {
0 commit comments