mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 09:12:35 +00:00
Partially working download manager details for packages (more work needed)
This commit is contained in:
@@ -93,5 +93,9 @@ class W3DHub
|
||||
def busy?
|
||||
@tasks.any? { |t| t.state == :running }
|
||||
end
|
||||
|
||||
def current_task
|
||||
@tasks.find { |t| t.state == :running }
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user