diff --git a/SparkleShare/Windows/SparkleStatusIcon.cs b/SparkleShare/Windows/SparkleStatusIcon.cs index 02c1ea3e..ed964bfc 100644 --- a/SparkleShare/Windows/SparkleStatusIcon.cs +++ b/SparkleShare/Windows/SparkleStatusIcon.cs @@ -348,7 +348,8 @@ namespace SparkleShare { public static void SafeInvoke (this Control uiElement, Action updater, bool forceSynchronous) { if (uiElement == null) { - throw new ArgumentNullException ("uiElement"); + //throw new ArgumentNullException ("uiElement"); + return; } if (uiElement.InvokeRequired) {