From 1b1dc2f6661cd890df4041463b60a2a9ba8727b4 Mon Sep 17 00:00:00 2001 From: leo Date: Mon, 9 Jun 2025 15:42:02 +0800 Subject: [PATCH] code_style: remove unnecessary code Signed-off-by: leo --- src/Views/LauncherTabBar.axaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Views/LauncherTabBar.axaml b/src/Views/LauncherTabBar.axaml index f078a598..ef7cbb93 100644 --- a/src/Views/LauncherTabBar.axaml +++ b/src/Views/LauncherTabBar.axaml @@ -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"/> @@ -99,6 +98,7 @@ Text="{DynamicResource Text.PageTabBar.Welcome.Title}" IsVisible="{Binding !Node.IsRepository}" IsHitTestVisible="False"/> +