mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Use checkmarks with Set render style items (#3122)
This commit is contained in:
@@ -96,6 +96,9 @@ function ReaderTypeset:genStyleSheetMenu()
|
||||
end,
|
||||
hold_callback = function()
|
||||
self:makeDefaultStyleSheet(file["css"], file["text"])
|
||||
end,
|
||||
checked_func = function()
|
||||
return file.css == self.css
|
||||
end
|
||||
})
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user