From 84a0e9f46319b6cc53f026fd5053c5c0db23326c Mon Sep 17 00:00:00 2001 From: ZCShou <72115@163.com> Date: Fri, 6 Aug 2021 14:23:03 +0800 Subject: [PATCH] =?UTF-8?q?feature:=20=E7=8E=B0=E5=9C=A8=E6=8B=96?= =?UTF-8?q?=E5=8A=A8=E7=9B=AE=E5=BD=95=E5=88=B0=E6=89=93=E5=BC=80=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E4=B8=AD=E5=90=8E=E4=BC=9A=E7=9B=B4=E6=8E=A5=E6=89=93?= =?UTF-8?q?=E5=BC=80=E4=BB=93=E5=BA=93=EF=BC=8C=E8=80=8C=E4=B8=8D=E6=98=AF?= =?UTF-8?q?=E4=BB=85=E4=BB=85=E6=9B=B4=E6=96=B0=E6=89=93=E5=BC=80=E8=AE=B0?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Views/Widgets/Welcome.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Views/Widgets/Welcome.xaml.cs b/src/Views/Widgets/Welcome.xaml.cs index 89757caa..2dd8edb1 100644 --- a/src/Views/Widgets/Welcome.xaml.cs +++ b/src/Views/Widgets/Welcome.xaml.cs @@ -230,6 +230,7 @@ namespace SourceGit.Views.Widgets { if (dir != null) { var root = new Commands.GetRepositoryRootPath(path).Result(); Models.Preference.Instance.AddRepository(root, dir, parent); + CheckAndOpen(path); rebuild = true; } }