qr: send tor modal show fix
This commit is contained in:
parent
4a4bcb4feb
commit
a66a8956dc
1 changed files with 1 additions and 1 deletions
|
@ -419,8 +419,8 @@ impl WalletContent {
|
||||||
// Redirect to send amount with Tor.
|
// Redirect to send amount with Tor.
|
||||||
let addr = wallet.slatepack_address().unwrap();
|
let addr = wallet.slatepack_address().unwrap();
|
||||||
let mut transport = WalletTransport::new(addr.clone());
|
let mut transport = WalletTransport::new(addr.clone());
|
||||||
transport.show_send_tor_modal(cb, Some(receiver.to_string()));
|
|
||||||
modal.close();
|
modal.close();
|
||||||
|
transport.show_send_tor_modal(cb, Some(receiver.to_string()));
|
||||||
self.current_tab = Box::new(transport);
|
self.current_tab = Box::new(transport);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue