This commit is contained in:
sigaloid 2022-07-19 16:09:59 -04:00
parent f3662d1048
commit 500946c10b

View File

@ -157,7 +157,7 @@ export default class GlobalMenuWidget extends BasicWidget {
}
async updateVersionStatus() {
if (!options.get("checkForUpdates")) {
if (options.get("checkForUpdates") == 'true') {
const latestVersion = await this.fetchLatestVersion();
this.updateAvailableWidget.updateVersionStatus(latestVersion);