Remove 'Reset singleplayer world' button from full menu on Android (#8017)

Make button appearence dependent on menustyle not platform.
Button only functions with simple menu.
This commit is contained in:
Paramat 2018-12-23 23:49:08 +00:00 committed by GitHub
parent 67049eba3c
commit 9080d7c990
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -220,7 +220,8 @@ local function formspec(tabview, name, tabdata)
fgettext("Shaders (unavailable)")) .. "]"
end
if PLATFORM == "Android" then
if core.settings:get("main_menu_style") == "simple" then
-- 'Reset singleplayer world' only functions with simple menu
tab_string = tab_string ..
"button[8,4.75;3.95,1;btn_reset_singleplayer;"
.. fgettext("Reset singleplayer world") .. "]"