Skip to content

Commit

Permalink
disable no updates button
Browse files Browse the repository at this point in the history
  • Loading branch information
Casheeew committed Aug 25, 2024
1 parent 99710a5 commit 468dd67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ext/js/pages/settings/dictionary-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -969,6 +969,9 @@ export class DictionaryController {
}
} finally {
this._setButtonsEnabled(true);
if (this._checkUpdatesButton !== null) {
this._checkUpdatesButton.disabled = true;
}
this._checkingUpdates = false;
}
}
Expand Down

0 comments on commit 468dd67

Please sign in to comment.