Skip to content

Commit

Permalink
Add output to Shortcuts, add Crop PDF shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
alin23 committed Oct 18, 2023
1 parent 6941e28 commit 158c671
Show file tree
Hide file tree
Showing 5 changed files with 354 additions and 78 deletions.
2 changes: 1 addition & 1 deletion Clop/ClopApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class AppDelegate: LowtechProAppDelegate {
DM.dropped = false
self.lastDragChangeCount = drag.changeCount

guard let items = drag.pasteboardItems, !items.contains(where: { $0.types.set.hasElements(from: [.promise, .promisedFileName, .promisedFileURL, .promisedSuggestedFileName, .promisedMetadata]) }) else {
guard let items = drag.pasteboardItems, !items.contains(where: { $0.types.set.hasElements(from: [.promise, .promisedFileName, .promisedFileURL, .promisedSuggestedFileName, .promisedMetadata, .finderNode]) }) else {
DM.itemsToOptimise = []
self.draggingSet.send(true)
return
Expand Down
Loading

0 comments on commit 158c671

Please sign in to comment.