1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-21 13:03:13 +00:00

Fix Changelog URL

This commit is contained in:
Manolis Papadeas 2021-09-24 17:39:02 +03:00
parent 41d88c1839
commit f948c24430
2 changed files with 2 additions and 2 deletions

View file

@ -533,7 +533,7 @@ func help_menu_id_pressed(id : int) -> void:
HelpMenuId.ISSUE_TRACKER:
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/issues")
HelpMenuId.CHANGELOG:
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md#v083---2021-09-18")
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md#v09---2021-09-18")
HelpMenuId.ABOUT_PIXELORAMA:
Global.control.get_node("Dialogs/AboutDialog").popup_centered()
Global.dialog_open(true)