mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix #765
This commit is contained in:
@@ -284,7 +284,7 @@ function Screen:getDPIMenuTable()
|
||||
callback = function() setDPI(240) end
|
||||
},
|
||||
{
|
||||
text = _("Custom DPI") .. ": " .. custom() or 160,
|
||||
text = _("Custom DPI") .. ": " .. (custom() or 160),
|
||||
checked_func = function()
|
||||
local dpi, custom = dpi(), custom()
|
||||
return custom and dpi == custom
|
||||
|
||||
Reference in New Issue
Block a user