Launcher: deleted ClipboardService, renamed CliphistService to ClipboardService.
This commit is contained in:
parent
132dbce3a3
commit
20b29f98a7
5 changed files with 314 additions and 534 deletions
|
|
@ -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()
|
||||
}
|
||||
}]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue