mirror of
https://github.com/creating2morrow/neveko.git
synced 2025-01-03 09:29:39 +00:00
patch decrypt button for multiple inbound addresses
This commit is contained in:
parent
0a7ec31d1d
commit
2fa7599c3a
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ impl eframe::App for MailBoxApp {
|
|||
row.col(|ui| {
|
||||
ui.style_mut().wrap = Some(false);
|
||||
ui.horizontal(|ui| {
|
||||
if m.from != i2p::get_destination() {
|
||||
if m.uid == String::from("rx") {
|
||||
if ui.button("Decrypt").clicked() {
|
||||
let mut d = message::decrypt_body(m.mid.clone());
|
||||
let mut bytes = hex::decode(d.body.into_bytes())
|
||||
|
|
Loading…
Reference in a new issue