From 4e5f50af2f62bd5132f22c39069f0835a4e97e18 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 24 Mar 2025 09:09:52 +0530 Subject: [PATCH] ... --- src/calibre/gui2/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/calibre/gui2/__init__.py b/src/calibre/gui2/__init__.py index c184e37f2a..09f5bfdd9f 100644 --- a/src/calibre/gui2/__init__.py +++ b/src/calibre/gui2/__init__.py @@ -1415,7 +1415,6 @@ class Application(QApplication): added_event = True elif qurl.isValid(): if qurl.scheme() == 'calibre': - added_event = True self.handle_calibre_url(qurl) if added_event: QTimer.singleShot(1000, self._send_file_open_events)