mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Main menu style: Set to 'full' for Android, remove 'auto' option (#7936)
This commit is contained in:
parent
0c6933bdf7
commit
f0dca284b3
3 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue