mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
getProps: centralize 2 (#10837)
Centralize and optimize handling document properties.
This commit is contained in:
@@ -200,7 +200,7 @@ end
|
||||
function ReaderStatus:onShowBookStatus(before_show_callback)
|
||||
local status_page = BookStatusWidget:new {
|
||||
thumbnail = FileManagerBookInfo:getCoverImage(self.document),
|
||||
props = self.document:getProps(),
|
||||
props = self.ui.doc_props,
|
||||
document = self.document,
|
||||
settings = self.settings,
|
||||
ui = self.ui,
|
||||
|
||||
Reference in New Issue
Block a user