New state for Update Dialog
This commit is contained in:
parent
5949cc11b1
commit
a1ab62f878
8 changed files with 93 additions and 29 deletions
|
@ -33,7 +33,9 @@ export const isUpdateDialogVisible = createSelector(
|
|||
|
||||
export const isUpdateDownloaded = createSelector(
|
||||
getUpdatesState,
|
||||
({ dialogType }) => dialogType === DialogType.Update
|
||||
({ dialogType }) =>
|
||||
dialogType === DialogType.AutoUpdate ||
|
||||
dialogType === DialogType.DownloadedUpdate
|
||||
);
|
||||
|
||||
export const isOSUnsupported = createSelector(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue