windows statusicon: close menu after clicking checkbox

This commit is contained in:
Hylke Bons 2012-03-18 19:29:33 +00:00
parent 63a01375b9
commit 06371c19ee

View file

@ -216,8 +216,7 @@ namespace SparkleShare {
}; };
SparkleMenuItem notify_item = new SparkleMenuItem () { SparkleMenuItem notify_item = new SparkleMenuItem () {
Header = "Notifications", Header = "Notifications"
StaysOpenOnClick = true
}; };
CheckBox notify_check_box = new CheckBox () { CheckBox notify_check_box = new CheckBox () {