mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
d4363da44f
commit
4e5f50af2f
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user