mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
committed by
Frans de Jonge
parent
aa165cefe9
commit
40d6a7665b
@@ -443,7 +443,6 @@ function ReaderTypeset:makeDefaultFloatingPunctuation()
|
||||
choice2_text_func = function()
|
||||
return floating_punctuation and _("Enable (★)") or _("Enable")
|
||||
end,
|
||||
choice2_text = _("Enable"),
|
||||
choice2_enabled = not floating_punctuation,
|
||||
choice2_callback = function()
|
||||
G_reader_settings:saveSetting("floating_punctuation", true)
|
||||
|
||||
Reference in New Issue
Block a user