Skip to content

Commit

Permalink
Show latest version in update message
Browse files Browse the repository at this point in the history
  • Loading branch information
KonaeAkira committed May 18, 2024
1 parent e317346 commit 8d44247
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gui/control.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,8 @@ func _on_request_completed(result, response_code, headers, body):
var remote_tag = data[\"tag_name\"]
var local_tag = ProjectSettings.get_setting(\"application/config/version\")
if remote_tag != local_tag:
$ReleaseLink.set(\"visible\", true)
$ReleaseLink.text = \"Update Avaliable (\" + remote_tag + \")\"
$ReleaseLink.visible = true
"
[node name="Main" type="Control"]
Expand Down

0 comments on commit 8d44247

Please sign in to comment.