mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-31 07:29:49 +00:00
Disable "Recent projects" on the Web version
This commit is contained in:
parent
1e499c97fe
commit
03d0525794
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue