diff --git a/SparkleShare/SparkleBubble.cs b/SparkleShare/SparkleBubble.cs index 9ed4d264..917328e8 100644 --- a/SparkleShare/SparkleBubble.cs +++ b/SparkleShare/SparkleBubble.cs @@ -22,8 +22,9 @@ namespace SparkleShare { public SparkleBubble (string Title, string Subtext) : base (Title, Subtext) { Timeout = 4500; - Urgency = Urgency.Normal; + Urgency = Urgency.Low; Show (); +// StatusIcon = SparkleUI.NotificationIcon; } }