mirror of
https://github.com/ByteAtATime/raycast-linux.git
synced 2025-12-23 10:11:57 +00:00
feat: show source app in clipboard history screen
This commit is contained in:
parent
5bda21c010
commit
86fa43afd2
1 changed files with 5 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue