code_style: remove unnecessary code

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-06-09 15:42:02 +08:00
parent 4302d7adb5
commit 1b1dc2f666
No known key found for this signature in database

View file

@ -87,7 +87,6 @@
FontSize="{Binding Source={x:Static vm:Preferences.Instance}, Path=DefaultFontSize, Converter={x:Static c:DoubleConverters.Decrease}}"
TextAlignment="Center"
Text="{Binding Node.Name}"
IsVisible="{Binding Node.IsRepository}"
IsHitTestVisible="False"/>
</Grid>
@ -99,6 +98,7 @@
Text="{DynamicResource Text.PageTabBar.Welcome.Title}"
IsVisible="{Binding !Node.IsRepository}"
IsHitTestVisible="False"/>
<Button Grid.Column="2"
Classes="icon_button"
Width="16" Height="16" Margin="12,0"