diff options
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/mainmenu/init.lua | 3 | ||||
-rw-r--r-- | builtin/settingtypes.txt | 3 |
2 files changed, 1 insertions, 5 deletions
diff --git a/builtin/mainmenu/init.lua b/builtin/mainmenu/init.lua index d959cd902..8b8f3cd39 100644 --- a/builtin/mainmenu/init.lua +++ b/builtin/mainmenu/init.lua @@ -25,9 +25,6 @@ mt_color_dark_green = "#25C191" local menupath = core.get_mainmenu_path() local basepath = core.get_builtin_path() local menustyle = core.settings:get("main_menu_style") -if menustyle == "auto" then - menustyle = PLATFORM == "Android" and "simple" or "full" -end defaulttexturedir = core.get_texturepath_share() .. DIR_DELIM .. "base" .. DIR_DELIM .. "pack" .. DIR_DELIM diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index dfe0d1ff0..40db037ea 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -1309,8 +1309,7 @@ high_precision_fpu (High-precision FPU) bool true # - Full: Multple singleplayer worlds, game choice, texture pack chooser, etc. # - Simple: One singleplayer world, no game or texture pack choosers. May be # necessary for smaller screens. -# - Auto: Simple on Android, full on everything else. -main_menu_style (Main menu style) enum auto auto,full,simple +main_menu_style (Main menu style) enum full full,simple # Replaces the default main menu with a custom one. main_menu_script (Main menu script) string |