Feature: Show progress bar in systray icon

This commit is contained in:
Luis Uguina
2020-03-19 23:48:06 +01:00
committed by Laurent Clouet
parent cffd34708f
commit 07525f101e
7 changed files with 116 additions and 16 deletions

View File

@@ -25,7 +25,9 @@ public interface Gui {
public void stop();
public void status(String msg_);
public void updateTrayIcon(Integer percentage_);
public void setRenderingProjectName(String name_);
public void setRemainingTime(String time_);