mirror of
https://github.com/voideditor/void
synced 2026-05-23 17:38:23 +00:00
message
This commit is contained in:
parent
159e0b677f
commit
37af09add8
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue