We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 462428d commit 5288282Copy full SHA for 5288282
Print.dropzone
@@ -10,7 +10,7 @@
10
# IconURL: http://aptonic.com/destinations/icons/print.png
11
12
def dragged
13
- $items.each {|item| `lp \"#{item}\" >& /dev/null`}
+ $items.each {|item| `lp \"#{item}\" >& /dev/null &`}
14
$dz.finish("Printing...")
15
$dz.url(false)
16
end
0 commit comments