controller: Block generating SSH keys

This commit is contained in:
Hylke Bons 2016-03-26 16:27:15 +00:00
parent 8f47f60f01
commit d435a7fd05

View file

@ -223,16 +223,8 @@ namespace SparkleShare {
this.lost_folders_path = true;
}
if (FirstRun) {
new Thread (() => {
UserAuthenticationInfo = new SSHAuthenticationInfo ();
FolderListChanged (); // FIXME: Hacky way to update status icon menu to show the key
}).Start ();
} else {
UserAuthenticationInfo = new SSHAuthenticationInfo ();
FolderListChanged ();
}
UserAuthenticationInfo = new SSHAuthenticationInfo ();
FolderListChanged (); // FIXME: Hacky way to update status icon menu to show the key
// Watch the SparkleShare folder
this.watcher = new FileSystemWatcher () {