Added #1414 Cancelling in-progress exportation

Fixed FLA export printing xxx string on exporting character with id 320
This commit is contained in:
Jindra Petřík
2022-11-06 23:28:01 +01:00
parent 634758c891
commit 2d256cfeb8
14 changed files with 145 additions and 19 deletions

View File

@@ -109,6 +109,10 @@ public class MainFrameStatusPanel extends JPanel {
statusLabel.setText(s);
}
public CancellableWorker getCurrentWorker() {
return currentWorker;
}
public void setWorkStatus(String s, CancellableWorker worker) {
if (s.isEmpty()) {
loadingPanel.setVisible(false);