Improve the pause button screen workflow (#216)

This commit is contained in:
Luis Uguina
2020-04-26 23:35:05 +10:00
committed by GitHub
parent d529da172a
commit aae5ec3254
6 changed files with 70 additions and 12 deletions

View File

@@ -25,6 +25,8 @@ public interface Gui {
public void stop();
public void status(String msg_);
public void status(String msg_, boolean overwriteSuspendedMsg);
public void updateTrayIcon(Integer percentage_);