Skip to content

Commit

Permalink
feat: add SF symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
ksalzke committed Nov 15, 2021
1 parent d7a4f26 commit c1c0f7f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions duplicateAndDrop.omnifocusjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
"targets": ["omnifocus"],
"author": "Kaitlin Salzke",
"identifier": "com.KaitlinSalzke.DuplicateAndDrop",
"version": "1.0.1",
"version": "1.0.2",
"description": "Duplicates a repeating task so that it can be modified without affecting future instances",
"label": "Duplicate and Drop",
"shortLabel": "Duplicate and Drop"
"shortLabel": "Duplicate and Drop",
"image": "doc.on.doc"
}*/
(() => {
const action = new PlugIn.Action((selection, sender) => {
Expand Down

0 comments on commit c1c0f7f

Please sign in to comment.