1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-31 07:29:49 +00:00

Disable the recent files option of the File menu on the Web version

This commit is contained in:
Emmanouil Papadeas 2022-12-18 02:21:30 +02:00
parent 9377ce00b0
commit c50239ff18

View file

@ -69,7 +69,7 @@ func _setup_file_menu() -> void:
if OS.get_name() == "HTML5":
file_menu.set_item_disabled(Global.FileMenu.OPEN_LAST_PROJECT, true)
file_menu.set_item_disabled(Global.FileMenu.SAVE, true)
file_menu.set_item_disabled(Global.FileMenu.RECENT, true)
func _setup_recent_projects_submenu(item: String) -> void: