From d03ac21bbae399142d9609045a261a58356f0d76 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Wed, 23 Mar 2011 22:24:24 +0000 Subject: [PATCH] [intro] Make window closable on server form --- SparkleShare/SparkleIntro.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/SparkleIntro.cs b/SparkleShare/SparkleIntro.cs index 3d9c0488..4ae55f42 100644 --- a/SparkleShare/SparkleIntro.cs +++ b/SparkleShare/SparkleIntro.cs @@ -130,7 +130,7 @@ namespace SparkleShare { SparkleShare.Controller.FirstRun = false; - Deletable = false; + Deletable = true; ShowServerForm (); };