diff --git a/SparkleShare/Mac/SparkleStatusIcon.cs b/SparkleShare/Mac/SparkleStatusIcon.cs index e68c9de9..f72fb1e1 100644 --- a/SparkleShare/Mac/SparkleStatusIcon.cs +++ b/SparkleShare/Mac/SparkleStatusIcon.cs @@ -268,6 +268,9 @@ namespace SparkleShare { if (SparkleUI.About == null) SparkleUI.About = new SparkleAbout (); + else + SparkleUI.About.OrderFrontRegardless (); + }); };