From 61e1491854c7fd525b7e868effe0f25b88a13d4e Mon Sep 17 00:00:00 2001 From: leo Date: Fri, 8 Mar 2024 17:41:10 +0800 Subject: [PATCH] style: remove popup's border on non-linux platforms --- src/Commands/QueryBranches.cs | 2 +- src/Views/Launcher.axaml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/Commands/QueryBranches.cs b/src/Commands/QueryBranches.cs index b169d980..630ba8c3 100644 --- a/src/Commands/QueryBranches.cs +++ b/src/Commands/QueryBranches.cs @@ -23,7 +23,7 @@ namespace SourceGit.Commands { b.UpstreamTrackStatus = string.Empty; } else { b.UpstreamTrackStatus = ParseTrackStatus(b.Name, b.Upstream); - } + } } } diff --git a/src/Views/Launcher.axaml b/src/Views/Launcher.axaml index 516dbc21..dd186c66 100644 --- a/src/Views/Launcher.axaml +++ b/src/Views/Launcher.axaml @@ -248,12 +248,15 @@ + + + +