Skip to content

Commit 5288282

Browse files
committed
made lp run in background
1 parent 462428d commit 5288282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Print.dropzone

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# IconURL: http://aptonic.com/destinations/icons/print.png
1111

1212
def dragged
13-
$items.each {|item| `lp \"#{item}\" >& /dev/null`}
13+
$items.each {|item| `lp \"#{item}\" >& /dev/null &`}
1414
$dz.finish("Printing...")
1515
$dz.url(false)
1616
end

0 commit comments

Comments
 (0)