From 89484009075420b346aa6b2d8dc4b2c9b2dab4db Mon Sep 17 00:00:00 2001 From: chrox Date: Wed, 6 Aug 2014 19:40:37 +0800 Subject: [PATCH] fix #765 --- frontend/ui/device/screen.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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