diff --git a/SparkleLib/SparkleLib.csproj b/SparkleLib/SparkleLib.csproj index 1b0cf693..1e72a6ea 100644 --- a/SparkleLib/SparkleLib.csproj +++ b/SparkleLib/SparkleLib.csproj @@ -42,6 +42,7 @@ + diff --git a/SparkleShare/Windows/SparkleNotifyIcon.cs b/SparkleShare/Windows/SparkleNotifyIcon.cs index 3db05532..e097c13b 100644 --- a/SparkleShare/Windows/SparkleNotifyIcon.cs +++ b/SparkleShare/Windows/SparkleNotifyIcon.cs @@ -259,7 +259,7 @@ namespace SparkleShare { if (!context_menu_rect.Contains(hit_point)) { new Thread (() => { - Thread.Sleep (500); + Thread.Sleep (750); Dispatcher.BeginInvoke ((Action) delegate { ContextMenu.IsOpen = false;