forked from Shinonome/dots-hyprland
search: clipboard: nicer delete button, add copy button
This commit is contained in:
@@ -321,9 +321,16 @@ Item { // Wrapper
|
||||
Cliphist.copy(entry)
|
||||
},
|
||||
actions: [
|
||||
{
|
||||
name: "Copy",
|
||||
materialIcon: "content_copy",
|
||||
execute: () => {
|
||||
Cliphist.copy(entry);
|
||||
}
|
||||
},
|
||||
{
|
||||
name: "Delete",
|
||||
icon: "delete",
|
||||
materialIcon: "delete",
|
||||
execute: () => {
|
||||
Cliphist.deleteEntry(entry);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user