Feature: in text UI, show downloads in a single-line (#250)
* Feature: show downloads in a single-line in text UIs
This commit is contained in:
@@ -28,6 +28,8 @@ public interface Gui {
|
||||
|
||||
public void status(String msg_, boolean overwriteSuspendedMsg);
|
||||
|
||||
public void status(String msg_, int progress, long size);
|
||||
|
||||
public void updateTrayIcon(Integer percentage_);
|
||||
|
||||
public void setRenderingProjectName(String name_);
|
||||
|
||||
Reference in New Issue
Block a user