Fix: ui, set a global progress on the download
This commit is contained in:
@@ -30,8 +30,6 @@ public interface Gui {
|
||||
|
||||
public void status(String msg_, int progress);
|
||||
|
||||
public void status(String msg_, int progress, long size);
|
||||
|
||||
public void updateTrayIcon(Integer percentage_);
|
||||
|
||||
public void setRenderingProjectName(String name_);
|
||||
@@ -57,4 +55,6 @@ public interface Gui {
|
||||
public void setComputeMethod(String computeMethod_);
|
||||
|
||||
public Client getClient();
|
||||
|
||||
public DownloadProgress getDownloadProgress();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user