mirror of
https://github.com/developersu/ns-usbloader.git
synced 2025-05-15 15:44:55 -04:00
v0.4.1:
Code refactoring Updating checks functionality changes: avoid new version pop-ups for special builds (versions that have -DEV postfixes)
This commit is contained in:
parent
5d31e807dc
commit
2b5956d4f2
8 changed files with 204 additions and 147 deletions
src/main/java/nsusbloader/ModelControllers
|
@ -33,7 +33,7 @@ public class MessagesConsumer extends AnimationTimer {
|
|||
this.progressBar = MediatorControl.getInstance().getContoller().progressBar;
|
||||
|
||||
this.statusMap = statusMap;
|
||||
this.tableViewController = MediatorControl.getInstance().getContoller().tableFilesListController;
|
||||
this.tableViewController = MediatorControl.getInstance().getContoller().FrontTabController.tableFilesListController;
|
||||
|
||||
progressBar.setProgress(0.0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue