fix<Remote>: do NOT check remote name if only edit it's URL

This commit is contained in:
leo 2020-10-12 09:58:39 +08:00
parent f476d758ca
commit 8050d5a2ab
2 changed files with 7 additions and 3 deletions

View file

@ -30,6 +30,7 @@ namespace SourceGit.UI {
InitializeComponent();
nameValidator.Repo = repo;
nameValidator.Old = remote;
if (remote != null) {
title.Content = "Edit Remote";