Custom metadata: event (#10869)

This commit is contained in:
hius07
2023-09-06 09:41:10 +03:00
committed by GitHub
parent 2a79ad918c
commit e4ba8c7909
7 changed files with 56 additions and 45 deletions

View File

@@ -2514,6 +2514,12 @@ function ReaderFooter:onTimeFormatChanged()
self:refreshFooter(true, true)
end
function ReaderFooter:onBookMetadataChanged(prop_updated)
if prop_updated.metadata_key_updated == "title" then
self:updateFooterText()
end
end
function ReaderFooter:onCloseWidget()
self:free()
end