diff --git a/SparkleShare/SparkleDialog.cs b/SparkleShare/SparkleDialog.cs index d8743e83..c64ec028 100644 --- a/SparkleShare/SparkleDialog.cs +++ b/SparkleShare/SparkleDialog.cs @@ -138,6 +138,16 @@ namespace SparkleShare { SparkleHelpers.CombineMore (SparklePaths.SparklePath, RepoName) ); + + // Enable notifications and synchronisation by default + File.Create (SparkleHelpers.CombineMore (SparklePaths.SparklePath, + RepoName, ".git", + "sparkleshare.notify")); + + File.Create (SparkleHelpers.CombineMore (SparklePaths.SparklePath, + RepoName, ".git", + "sparkleshare.sync")); + Destroy (); };