feat: cli args for double remote
Some checks are pending
Linux / build (push) Waiting to run
MacOS / build (push) Waiting to run
Windows / build (push) Waiting to run

This commit is contained in:
veeso
2024-10-06 21:14:26 +02:00
parent 418b132f7e
commit 4d4c71106d
23 changed files with 742 additions and 221 deletions

View File

@@ -29,7 +29,7 @@ impl AuthActivity {
Ok(params) => {
self.save_recent();
// Set file transfer params to context
self.context_mut().set_ftparams(params);
self.context_mut().set_remote_params(params);
// Set exit reason
self.exit_reason = Some(super::ExitReason::Connect);
}