diff --git a/SparkleShare/SparkleDialog.cs b/SparkleShare/SparkleDialog.cs index 364d93f9..442238b9 100644 --- a/SparkleShare/SparkleDialog.cs +++ b/SparkleShare/SparkleDialog.cs @@ -204,7 +204,10 @@ namespace SparkleShare { SparklePaths.SparklePath, RepoName); Process.Start(); } ); + // Destroy the Add dialog Destroy (); + + // Refresh the UI SparkleShare.SparkleUI = new SparkleUI (true); };