Skip to content

Commit

Permalink
Merged in latest changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemmermann committed Sep 4, 2024
1 parent 95525e6 commit 1ac638c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,14 @@ private void setupFirstTimeUI() {

FadeIn fadeIn = new FadeIn(loadLabel);
fadeIn.setSpeed(2);
fadeIn.setOnFinished(e -> repositoryUpdater.performUpdate(false));

fadeOut.setOnFinished(e -> {
startButton.setVisible(false);
loadLabel.setVisible(true);

fadeIn.play();
// repositoryUpdater.performUpdate(false);
});

fadeOut.play();
});

Expand Down

0 comments on commit 1ac638c

Please sign in to comment.