From 06371c19ee707f24b10e782b4b1af9c5b193d2e3 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 18 Mar 2012 19:29:33 +0000 Subject: [PATCH] windows statusicon: close menu after clicking checkbox --- SparkleShare/Windows/SparkleStatusIcon.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SparkleShare/Windows/SparkleStatusIcon.cs b/SparkleShare/Windows/SparkleStatusIcon.cs index 1b583f17..c6127fe8 100644 --- a/SparkleShare/Windows/SparkleStatusIcon.cs +++ b/SparkleShare/Windows/SparkleStatusIcon.cs @@ -216,8 +216,7 @@ namespace SparkleShare { }; SparkleMenuItem notify_item = new SparkleMenuItem () { - Header = "Notifications", - StaysOpenOnClick = true + Header = "Notifications" }; CheckBox notify_check_box = new CheckBox () {