feat: show source app in clipboard history screen

This commit is contained in:
ByteAtATime 2025-11-30 20:27:01 -08:00
parent 5bda21c010
commit 86fa43afd2
No known key found for this signature in database

View file

@ -505,6 +505,11 @@ impl ClipboardHistoryScreen {
let metadata_section = container(
column![
text("Information").size(12).color(secondary_text_color),
metadata_row(
"Application",
entry.window_title.clone().unwrap_or("".to_string()),
theme
),
metadata_row(
"Content type",
match &entry.content {