mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 13:43:39 +02:00
Fix click on link in search/replace not opening browser
This commit is contained in:
parent
5e88ef534e
commit
21006be292
1 changed files with 3 additions and 0 deletions
|
|
@ -328,6 +328,9 @@ Future conversion of these books will use the default settings.</string>
|
|||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="openExternalLinks">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="0">
|
||||
|
|
|
|||
Loading…
Reference in a new issue