mirror of
https://git.meli.delivery/meli/meli
synced 2024-11-17 03:26:20 +00:00
ui: add attachment emoji in compact listing
This commit is contained in:
parent
d0039740b0
commit
3318123870
@ -115,7 +115,7 @@ impl MailboxView {
|
||||
"{} ({}){}{}",
|
||||
e.subject(),
|
||||
len,
|
||||
if e.has_attachments() { " 🔗" } else { "" },
|
||||
if e.has_attachments() { " 📎" } else { "" },
|
||||
if is_snoozed { " 💤" } else { "" }
|
||||
)),
|
||||
)
|
||||
@ -127,7 +127,7 @@ impl MailboxView {
|
||||
SubjectString(format!(
|
||||
"{}{}{}",
|
||||
e.subject(),
|
||||
if e.has_attachments() { " 🔗" } else { "" },
|
||||
if e.has_attachments() { " 📎" } else { "" },
|
||||
if is_snoozed { " 💤" } else { "" }
|
||||
)),
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user