Feature: Show progress bar in systray icon
This commit is contained in:
committed by
Laurent Clouet
parent
cffd34708f
commit
07525f101e
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user