diff --git a/SparkleShare/SparkleSetupController.cs b/SparkleShare/SparkleSetupController.cs index 040618d6..8c5f61bf 100755 --- a/SparkleShare/SparkleSetupController.cs +++ b/SparkleShare/SparkleSetupController.cs @@ -318,6 +318,8 @@ namespace SparkleShare { if (TutorialPageNumber == 5) { TutorialPageNumber = 0; + WindowIsOpen = false; + if (HideWindowEvent != null) HideWindowEvent ();