Downloading packages now works most of the time, primary download indictator is now driven by the Task

This commit is contained in:
2021-11-16 14:29:11 -06:00
parent dab16e7663
commit b99938ae3c
8 changed files with 109 additions and 43 deletions

View File

@@ -141,7 +141,7 @@ class W3DHub
end
end
button "<b>Import</b>", margin_left: 24 do
button "<b>Import</b>", margin_left: 24, enabled: false do
window.application_manager.import(game.id, channel.name, "?")
end
end