Update src/dispatcher/actions.ts

Co-authored-by: Travis Ralston <travpc@gmail.com>
pull/21833/head
Michael Telatynski 2020-05-29 20:50:47 +01:00 committed by GitHub
parent efd0da44a1
commit 0bbf971bac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -50,8 +50,7 @@ export enum Action {
RecheckTheme = "recheck_theme",
/**
* Response to manual update check, will fire multiple times during the update check.
* Provide status information for an ongoing update check. Should be used with a CheckUpdatesPayload.
*/
CheckUpdates = "check_updates",
}