mirror of https://codeberg.org/cage/tinmop/
- [GUI] [gempub] forced inlining of cover image.
This commit is contained in:
parent
65a368eddb
commit
24bfe596b6
|
@ -143,7 +143,9 @@
|
|||
(multiple-value-bind (path book-directory)
|
||||
(make-gempub-index row)
|
||||
(client-main-window::set-address-bar-text main-window book-directory)
|
||||
(client-main-window::open-iri path main-window nil))))))
|
||||
(client-main-window::open-iri path main-window nil)
|
||||
(ev:with-enqueued-process-and-unblock ()
|
||||
(client-main-window::inline-all-images main-window)))))))
|
||||
|
||||
(defun init-window (master main-window query-results)
|
||||
(client-main-window:hide-autocomplete-candidates main-window)
|
||||
|
|
Loading…
Reference in New Issue