remove comment that no longer applies in mod menu

This commit is contained in:
Map 2024-10-07 20:14:54 -05:00
parent 5d44682f49
commit 3d51bae4a6

View file

@ -897,8 +897,6 @@ screen mod_menu():
key ["any_K_BACKSPACE"] action SetScreenVariable("mod_metadata", {}) key ["any_K_BACKSPACE"] action SetScreenVariable("mod_metadata", {})
# Displays the mod metadata on the left side # Displays the mod metadata on the left side
# This has two seperate viewports for error display because renpy is retarded
$ needs_android_buttons = renpy.variant(["mobile", "steam_deck"]) and (mod_metadata.get("Label") != None or (mod_metadata != {} and len(mod_menu_errorcodes) != 0)) $ needs_android_buttons = renpy.variant(["mobile", "steam_deck"]) and (mod_metadata.get("Label") != None or (mod_metadata != {} and len(mod_menu_errorcodes) != 0))
vbox: vbox:
style_prefix "mod_menu" style_prefix "mod_menu"