Skip to content

Fix image search action buttons

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. This also updates the Google and Yandex image search URLs.

Merge request reports