diff --git a/SparkleShare/SparkleBubble.cs b/SparkleShare/SparkleBubble.cs index 0965795a..0cd88304 100644 --- a/SparkleShare/SparkleBubble.cs +++ b/SparkleShare/SparkleBubble.cs @@ -23,10 +23,12 @@ namespace SparkleShare { public class SparkleBubble : Notification { public SparkleBubble (string Title, string Subtext) : base (Title, Subtext) { + Timeout = 4500; Urgency = Urgency.Low; Show (); - + IconName = "folder-sparkleshare"; + // TODO: Doesn't work for some reason AttachToStatusIcon (SparkleUI.NotificationIcon); } diff --git a/SparkleShare/SparkleDialog.cs b/SparkleShare/SparkleDialog.cs index 408071e4..5cb5bd8a 100644 --- a/SparkleShare/SparkleDialog.cs +++ b/SparkleShare/SparkleDialog.cs @@ -148,8 +148,6 @@ namespace SparkleShare { new SparkleBubble (_("Syncing folder ‘") + RepoName + "’", _("SparkleShare will notify you when this is done.")); - SparkleBubble.IconName = "folder-sparkleshare"; - Hide (); Process.WaitForExit ();