Skip to content

Fix image search action

When right clicking on an image we get a menu that has image search, but it doesn't work because of a Python error. Luckily this is pretty easy to fix, just changing the signature of a lambda fixes the problem.

Merge request reports