mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-20 12:33:14 +00:00
Fix recent projects submenu not working on Godot 4.2.beta5
This commit is contained in:
parent
90ef7c0d16
commit
397e9e7c17
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ func _setup_file_menu() -> void:
|
|||
|
||||
|
||||
func _setup_recent_projects_submenu(item: String) -> void:
|
||||
recent_projects_submenu.name = "RecentProjectsPopupMenu"
|
||||
recent_projects = Global.config_cache.get_value("data", "recent_projects", [])
|
||||
recent_projects_submenu.id_pressed.connect(_on_recent_projects_submenu_id_pressed)
|
||||
update_recent_projects_submenu()
|
||||
|
|
Loading…
Add table
Reference in a new issue