Skip to content

Commit 1b1dc2f

Browse files
committed
code_style: remove unnecessary code
Signed-off-by: leo <[email protected]>
1 parent 4302d7a commit 1b1dc2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/LauncherTabBar.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@
8787
FontSize="{Binding Source={x:Static vm:Preferences.Instance}, Path=DefaultFontSize, Converter={x:Static c:DoubleConverters.Decrease}}"
8888
TextAlignment="Center"
8989
Text="{Binding Node.Name}"
90-
IsVisible="{Binding Node.IsRepository}"
9190
IsHitTestVisible="False"/>
9291
</Grid>
9392

@@ -99,6 +98,7 @@
9998
Text="{DynamicResource Text.PageTabBar.Welcome.Title}"
10099
IsVisible="{Binding !Node.IsRepository}"
101100
IsHitTestVisible="False"/>
101+
102102
<Button Grid.Column="2"
103103
Classes="icon_button"
104104
Width="16" Height="16" Margin="12,0"

0 commit comments

Comments
 (0)