mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix advanced recipes help link not clickable
This commit is contained in:
parent
8f6c3dff7e
commit
f894831740
@ -453,6 +453,7 @@ class AdvancedRecipe(QWidget): # {{{
|
||||
self.la = la = QLabel(_(
|
||||
'For help with writing advanced news recipes, see the <a href="%s">User Manual</a>'
|
||||
) % localize_user_manual_link('https://manual.calibre-ebook.com/news.html'))
|
||||
la.setOpenExternalLinks(True)
|
||||
l.addWidget(la)
|
||||
|
||||
self.editor = TextEdit(self)
|
||||
|
Loading…
x
Reference in New Issue
Block a user