mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
fb03cf1bf8
commit
8092fd185a
@ -16,6 +16,8 @@
|
||||
- title: "Autofit covers in available space when viewing book details (can be turned off)"
|
||||
tickets: [4536]
|
||||
|
||||
- title: "Tips for recipe writers added to the wiki at http://bugs.calibre-ebook.com/wiki/RecipeTips"
|
||||
|
||||
bug fixes:
|
||||
- title: "Switch to non WMI based method of detecting devices on windows"
|
||||
type: major
|
||||
@ -50,8 +52,6 @@
|
||||
- title: "Fix detection of CyBook Gen 3 with firmware 2 on OS X"
|
||||
tickets: [4521]
|
||||
|
||||
|
||||
|
||||
new recipes:
|
||||
- title: MSNBC
|
||||
author: Darko Miletic
|
||||
|
@ -1769,7 +1769,7 @@ class Main(MainWindow, Ui_MainWindow, DeviceGUI):
|
||||
'<a href="%s">DRM</a>ed book. You must first remove the '
|
||||
'DRM using third party tools.')%\
|
||||
(job.description.split(':')[-1],
|
||||
'http://wiki.mobileread.com/wiki/DRM'))
|
||||
'http://bugs.calibre-ebook.com/wiki/DRM'))
|
||||
d.setModal(False)
|
||||
d.show()
|
||||
self._modeless_dialogs.append(d)
|
||||
|
Loading…
x
Reference in New Issue
Block a user