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

@@ -94,7 +94,11 @@ public class GuiTextOneLine implements Gui {
public void stop() {
Runtime.getRuntime().halt(0);
}
@Override
public void updateTrayIcon(Integer percentage) {
}
@Override
public void status(String msg_) {
status = msg_;