This commit is contained in:
Kovid Goyal 2025-03-24 09:09:52 +05:30
parent d4363da44f
commit 4e5f50af2f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1415,7 +1415,6 @@ class Application(QApplication):
added_event = True added_event = True
elif qurl.isValid(): elif qurl.isValid():
if qurl.scheme() == 'calibre': if qurl.scheme() == 'calibre':
added_event = True
self.handle_calibre_url(qurl) self.handle_calibre_url(qurl)
if added_event: if added_event:
QTimer.singleShot(1000, self._send_file_open_events) QTimer.singleShot(1000, self._send_file_open_events)