mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #2920 (Ebook viewer not working)
This commit is contained in:
parent
81d70b68d9
commit
4dc60240c1
@ -1409,7 +1409,7 @@ class Main(MainWindow, Ui_MainWindow, DeviceGUI):
|
|||||||
self.view_format(row, format)
|
self.view_format(row, format)
|
||||||
break
|
break
|
||||||
if not in_prefs:
|
if not in_prefs:
|
||||||
self.view_format(row, format[0])
|
self.view_format(row, formats[0])
|
||||||
else:
|
else:
|
||||||
paths = self.current_view().model().paths(rows)
|
paths = self.current_view().model().paths(rows)
|
||||||
for path in paths:
|
for path in paths:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user