1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-08 12:13:31 -04:00

clipboard: fix editing in popout

This commit is contained in:
bbedward
2026-05-26 11:49:01 -04:00
parent 54f272ba1e
commit 12a744e985
5 changed files with 256 additions and 343 deletions
@@ -78,10 +78,9 @@ Rectangle {
onClicked: {
if (entryType === "image") {
// TODO - forward to editing software
} else {
editRequested();
return;
}
editRequested();
}
}