From c19de743badf714a80398a22b47c53121916ed90 Mon Sep 17 00:00:00 2001 From: chrox Date: Sat, 13 Jul 2013 13:56:25 +0800 Subject: [PATCH] toggle landscape will change orientation for landscape mode --- frontend/ui/data/koptoptions.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/ui/data/koptoptions.lua b/frontend/ui/data/koptoptions.lua index 7e723000c..5cca03d70 100644 --- a/frontend/ui/data/koptoptions.lua +++ b/frontend/ui/data/koptoptions.lua @@ -10,6 +10,7 @@ KoptOptions = { name = "screen_mode", name_text = SCREEN_MODE_STR, toggle = {PORTRAIT_STR, LANDSCAPE_STR}, + alternate = false, args = {"portrait", "landscape"}, default_arg = "portrait", current_func = function() return Screen:getScreenMode() end,