Skip to content

Commit

Permalink
Ignore Pixelmator
Browse files Browse the repository at this point in the history
  • Loading branch information
alin23 committed Apr 8, 2023
1 parent 8ab6a65 commit 5981982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Clop/ClopApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class PBImage {

static var NOT_IMAGE_TYPE_PATTERN =
try! Regex(
"com.microsoft.ole.source|com.microsoft.Art|com.microsoft.PowerPoint|com.microsoft.image-svg-xml|com.microsoft.DataObject|IBPasteboardType|IBDocument"
"com.microsoft.ole.source|com.microsoft.Art|com.microsoft.PowerPoint|com.microsoft.image-svg-xml|com.microsoft.DataObject|IBPasteboardType|IBDocument|com.pixelmator"
)
static var NOT_IMAGE_TYPES: Set<NSPasteboard.PasteboardType> = [
.init("com.apple.icns"),
Expand Down

0 comments on commit 5981982

Please sign in to comment.