From ab383122cd13459142deac69af2c629db670efa9 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 22 Sep 2024 06:54:24 +0530 Subject: [PATCH] ... --- src/calibre/gui2/image_popup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/gui2/image_popup.py b/src/calibre/gui2/image_popup.py index cd43809f2d..f6c3c3be9d 100644 --- a/src/calibre/gui2/image_popup.py +++ b/src/calibre/gui2/image_popup.py @@ -412,5 +412,6 @@ def show_image(path=None): d() app.exec() + if __name__ == '__main__': show_image()