mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix: typo in readerstatus
This commit is contained in:
@@ -38,7 +38,7 @@ function ReaderStatus:addToMainMenu(tab_item_table)
|
||||
end
|
||||
|
||||
function ReaderStatus:showStatus()
|
||||
local status_page = status_page:new {
|
||||
local status_page = StatusWidget:new {
|
||||
thumbnail = self.document:getCoverPageImage(),
|
||||
props = self.document:getProps(),
|
||||
document = self.document,
|
||||
|
||||
Reference in New Issue
Block a user