mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-31 07:29:49 +00:00
Workaround for #275
This commit is contained in:
parent
0bc26bbbae
commit
6e7b3610d0
|
@ -360,7 +360,10 @@ func help_menu_id_pressed(id : int) -> void:
|
||||||
2: # Issue Tracker
|
2: # Issue Tracker
|
||||||
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/issues")
|
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/issues")
|
||||||
3: # Changelog
|
3: # Changelog
|
||||||
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md#v07---2020-05-16")
|
if OS.get_name() == "OSX":
|
||||||
|
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md")
|
||||||
|
else:
|
||||||
|
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/blob/master/CHANGELOG.md#v07---2020-05-16")
|
||||||
4: # About Pixelorama
|
4: # About Pixelorama
|
||||||
Global.control.get_node("AboutDialog").popup_centered()
|
Global.control.get_node("AboutDialog").popup_centered()
|
||||||
Global.dialog_open(true)
|
Global.dialog_open(true)
|
||||||
|
|
Loading…
Reference in a new issue