From 8360164e24448c629de1b6cbf6bdf45835787f54 Mon Sep 17 00:00:00 2001 From: poire-z Date: Fri, 17 Nov 2017 12:37:49 +0100 Subject: [PATCH] Use toggle for CRE Contrast in bottom menu (#3490) --- frontend/ui/data/creoptions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/ui/data/creoptions.lua b/frontend/ui/data/creoptions.lua index 8ca1f1f84..31f6ed249 100644 --- a/frontend/ui/data/creoptions.lua +++ b/frontend/ui/data/creoptions.lua @@ -123,7 +123,7 @@ local CreOptions = { { name = "font_gamma", name_text = S.CONTRAST, - item_text = {S.LIGHTER, S.DEFAULT, S.DARKER}, + toggle = {S.LIGHTER, S.DEFAULT, S.DARKER}, default_value = DCREREADER_CONFIG_DEFAULT_FONT_GAMMA, values = { DCREREADER_CONFIG_LIGHTER_FONT_GAMMA,