diff --git a/SparkleShare/Mac/SparkleIntro.cs b/SparkleShare/Mac/SparkleIntro.cs index 84811f85..1640cc19 100644 --- a/SparkleShare/Mac/SparkleIntro.cs +++ b/SparkleShare/Mac/SparkleIntro.cs @@ -88,6 +88,7 @@ namespace SparkleShare { SparkleShare.Controller.UserEmail = UserInfoForm.Cells [1].StringValue.Trim (); SparkleShare.Controller.GenerateKeyPair (); SparkleShare.Controller.FirstRun = false; + SparkleUI.StatusIcon.CreateMenu (); InvokeOnMainThread (delegate { ShowServerForm (); diff --git a/SparkleShare/SparkleIntro.cs b/SparkleShare/SparkleIntro.cs index 3cdc832d..41d024fd 100644 --- a/SparkleShare/SparkleIntro.cs +++ b/SparkleShare/SparkleIntro.cs @@ -129,7 +129,8 @@ namespace SparkleShare { SparkleShare.Controller.AddKey (); SparkleShare.Controller.FirstRun = false; - + SparkleUI.StatusIcon.CreateMenu (); + Deletable = true; ShowServerForm (); };