1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-10-09 01:14:59 +00:00

Disable "Recent projects" on the Web version

This commit is contained in:
Manolis Papadeas 2020-11-10 01:14:35 +02:00
commit 03d0525794

View file

@ -40,6 +40,7 @@ func setup_file_menu() -> void:
if OS.get_name() == "HTML5":
file_menu.set_item_disabled(2, true)
file_menu.set_item_disabled(3, true)
func setup_recent_projects_submenu(item : String) -> void: