diff --git a/SparkleShare/Common/BaseController.cs b/SparkleShare/Common/BaseController.cs index 9b11538f..fb6ee5a7 100644 --- a/SparkleShare/Common/BaseController.cs +++ b/SparkleShare/Common/BaseController.cs @@ -278,6 +278,8 @@ namespace SparkleShare { }).Start (); } + + AlertNotificationRaised ("Hello!", "This is a test"); }