Skip to content

Commit

Permalink
Disable download button when refreshing updates
Browse files Browse the repository at this point in the history
  • Loading branch information
NebelNidas committed Dec 14, 2021
1 parent c2fa590 commit 3306892
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ protected void addUpdateListWidget() {

protected void refreshButtonAction() {
refreshButton.active = false;
downloadButton.active = false;
updatesReady.set(false);
new Thread(() -> {
try {
Expand Down

0 comments on commit 3306892

Please sign in to comment.