Fixed #7 repairer task no longer forces an update when repairing

This commit is contained in:
2022-06-11 18:44:27 -05:00
parent 9f4ca51af8
commit 7e59c984ff
3 changed files with 7 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ class W3DHub
stack(margin_left: 8, width: 0.75) do
@application_name_label = tagline "#{task.application.name}"
@application_version_label = inscription "Version: #{task.channel.current_version} (#{task.channel.id})"
@application_version_label = inscription "Version: #{task.target_version} (#{task.channel.id})"
end
end