diff --git a/frontend/ui/device/screen.lua b/frontend/ui/device/screen.lua index 2e9d4036c..4fa11d37e 100644 --- a/frontend/ui/device/screen.lua +++ b/frontend/ui/device/screen.lua @@ -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