Use checkmarks with Set render style items (#3122)

pull/3124/head
poire-z 7 years ago committed by Frans de Jonge
parent 5d2bebcc0b
commit 7284ad4bf7

@ -96,6 +96,9 @@ function ReaderTypeset:genStyleSheetMenu()
end, end,
hold_callback = function() hold_callback = function()
self:makeDefaultStyleSheet(file["css"], file["text"]) self:makeDefaultStyleSheet(file["css"], file["text"])
end,
checked_func = function()
return file.css == self.css
end end
}) })
end end

Loading…
Cancel
Save