From 2523cb1f745dfe63867feaf9cac7daf6d92b142b Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Thu, 31 Mar 2016 21:19:01 +0100 Subject: [PATCH] linux: Test notifications --- SparkleShare/Common/BaseController.cs | 2 ++ 1 file changed, 2 insertions(+) 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"); }