Add rich previews for copied files

This commit is contained in:
2026-09-09 11:09:35 +01:00
parent f4fc81eefe
commit a979a6b143
6 changed files with 364 additions and 47 deletions
+1
View File
@@ -947,6 +947,7 @@ Item {
result: root.currentResult
openAction: function() { root.openResult(root.currentResult) }
copyTextAction: function(text) { root.copyText(text) }
pluginDir: root.pluginDir
visible: root.currentResult !== null
}