Unsupported OS Dialog
This commit is contained in:
parent
c6e184016b
commit
ac50af52d2
44 changed files with 776 additions and 224 deletions
|
@ -108,3 +108,8 @@ export const getMenuOptions = createSelector(
|
|||
getUser,
|
||||
(state: UserStateType): MenuOptionsType => state.menuOptions
|
||||
);
|
||||
|
||||
export const getIsMacOS = createSelector(
|
||||
getPlatform,
|
||||
(platform: string): boolean => platform === 'darwin'
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue