This commit is contained in:
gac-S_Changer
2018-09-03 15:23:50 +02:00
parent 44192371e2
commit 45498381d3
3 changed files with 39 additions and 12 deletions

View File

@@ -270,6 +270,14 @@ public class Controller {
return null;
}
}
public Boolean isPuckLoading() {
try {
return getMainFrame().eval("is_puck_loading()", true).equals(true);
} catch (Exception ex) {
return null;
}
}
public String getWorkingMode() {
try {