windows statusicon: always have the Add item enabled

This commit is contained in:
Hylke Bons 2012-03-12 18:29:41 +00:00
parent 17affe8b63
commit 21dbcf3a12

View file

@ -198,8 +198,7 @@ namespace SparkleShare {
};
SparkleMenuItem add_item = new SparkleMenuItem () {
Header = "Add Hosted Project…",
IsEnabled = (!Program.Controller.FirstRun)
Header = "Add Hosted Project…"
};
add_item.Click += delegate {