This commit is contained in:
Andrew Pareles 2025-04-13 12:04:17 -07:00
parent 159e0b677f
commit 37af09add8

View file

@ -47,7 +47,7 @@ export class VoidMainUpdateService extends Disposable implements IVoidUpdateServ
if (this._updateService.state.type === StateType.CheckingForUpdates) {
// Currently checking for updates
return { message: explicit ? 'Currently checking for updates...' : null } as const
return { message: explicit ? 'No updates found!' : null } as const
}
if (this._updateService.state.type === StateType.AvailableForDownload) {