one dragon : 0.37.4

This commit is contained in:
辉鸭蛋
2024-12-11 00:00:49 +08:00
parent c22edcd39a
commit 5b8caef75a
2 changed files with 2 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ApplicationIcon>Assets\Images\logo.ico</ApplicationIcon>
<AssemblyName>BetterGI</AssemblyName>
<AssemblyVersion>0.37.3</AssemblyVersion>
<AssemblyVersion>0.37.4</AssemblyVersion>
<Platforms>x64</Platforms>
<DebugType>embedded</DebugType>
</PropertyGroup>

View File

@@ -78,9 +78,7 @@
<ui:NavigationViewItem Content="一条龙"
NavigationCacheMode="Enabled"
TargetPageType="{x:Type pages:OneDragonFlowPage}"
Visibility="{markup:Converter Value={x:Static helpers:RuntimeHelper.IsDebuggerAttached},
Converter={StaticResource BooleanToVisibilityConverter}}">
TargetPageType="{x:Type pages:OneDragonFlowPage}">
<ui:NavigationViewItem.Icon>
<ui:SymbolIcon Symbol="AnimalTurtle24" />
</ui:NavigationViewItem.Icon>