mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 17:24:44 -04:00
Added "Issue Tracker" to the Help menu
This commit is contained in:
parent
810cd5ec88
commit
d1ef5c17e9
3 changed files with 7 additions and 4 deletions
|
@ -76,6 +76,7 @@ func _ready() -> void:
|
|||
"Outline" : 0
|
||||
}
|
||||
var help_menu_items := {
|
||||
"Issue Tracker" : 0,
|
||||
"About Pixelorama" : 0
|
||||
}
|
||||
|
||||
|
@ -334,7 +335,9 @@ func image_menu_id_pressed(id : int) -> void:
|
|||
|
||||
func help_menu_id_pressed(id : int) -> void:
|
||||
match id:
|
||||
0: # About Pixelorama
|
||||
0: # Issue Tracker
|
||||
OS.shell_open("https://github.com/Orama-Interactive/Pixelorama/issues")
|
||||
1: # About Pixelorama
|
||||
$AboutDialog.popup_centered()
|
||||
Global.can_draw = false
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue