Launcher: deleted ClipboardService, renamed CliphistService to ClipboardService.

This commit is contained in:
LemmyCook 2025-09-03 09:35:33 -04:00
parent 132dbce3a3
commit 20b29f98a7
5 changed files with 314 additions and 534 deletions

View file

@ -54,10 +54,7 @@ QtObject {
"icon": "accessories-calculator",
"isImage": false,
"onActivate": function () {
// Copy result to clipboard if service available
// if (typeof ClipboardService !== 'undefined') {
// ClipboardService.copy(result.toString())
// }
// TODO: copy entry to clipboard via ClipHist
launcher.close()
}
}]