Fix: do not show download progress if there is not content length
This commit is contained in:
committed by
Sheepit Renderfarm
parent
8aab044231
commit
3ffbdbb19b
@@ -864,7 +864,7 @@ import lombok.Data;
|
||||
}
|
||||
}
|
||||
|
||||
this.gui.status(String.format("Downloading %s", download_type), 0, 0);
|
||||
this.gui.status(String.format("Downloading %s", download_type));
|
||||
|
||||
// must download the archive
|
||||
Error.Type ret = this.server.HTTPGetFile(url, local_path, this.gui, update_ui);
|
||||
|
||||
Reference in New Issue
Block a user