Revert "fix: restore two-line draft header layout"
This reverts commit 6bc5e629c89aa98762b3f181ade29fefaa77380f.
This commit is contained in:
@@ -31,7 +31,7 @@ fn list_queue(app: &mut App) -> CommandResult {
|
||||
let queued = app.queued_message_count();
|
||||
|
||||
if let Some(draft) = app.queued_draft.as_ref() {
|
||||
lines.push(tr(locale, MessageId::CmdQueueDraftHeader).to_string());
|
||||
lines.push("Editing queued message:".to_string());
|
||||
lines.push(format!("- {}", truncate_preview(&draft.display)));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user