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:
parent
9377ce00b0
commit
c50239ff18
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue