Code refactoring
Updating checks functionality changes: avoid new version pop-ups for special builds (versions that have -DEV postfixes)
This commit is contained in:
Dmitry Isaenko 2019-04-10 13:07:28 +03:00
parent 5d31e807dc
commit 2b5956d4f2
8 changed files with 204 additions and 147 deletions
src/main/java/nsusbloader/ModelControllers

View file

@ -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);