diff --git a/SparkleShare/SparkleController.cs b/SparkleShare/SparkleController.cs index 2efea66c..8f0a3bb6 100644 --- a/SparkleShare/SparkleController.cs +++ b/SparkleShare/SparkleController.cs @@ -803,6 +803,17 @@ namespace SparkleShare { } } + // Looks up the user's email from the global configuration + public string PrevServer + { + get { + return SparkleConfig.DefaultConfig.PrevServer; + } + + set { + SparkleConfig.DefaultConfig.PrevServer = value; + } + } // Generates and installs an RSA keypair to identify this system public void GenerateKeyPair ()