Skip to content

Commit

Permalink
fix: leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
3rd committed Jul 3, 2023
1 parent 90c5183 commit 8f03d32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/image/backends/kitty/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ backend.render = function(image, x, y, width, height)

-- transmit image
if transmitted_images[image.id] ~= image.crop_hash then
action = codes.control.action.transmit,
helpers.write_graphics({
action = codes.control.action.transmit,
image_id = image.internal_id,
Expand Down

0 comments on commit 8f03d32

Please sign in to comment.