mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Keyboard shortcuts and accessibility
This commit is contained in:
@@ -32,6 +32,11 @@ export const getStickersPath = createSelector(
|
||||
(state: UserStateType): string => state.stickersPath
|
||||
);
|
||||
|
||||
export const getPlatform = createSelector(
|
||||
getUser,
|
||||
(state: UserStateType): string => state.platform
|
||||
);
|
||||
|
||||
export const getTempPath = createSelector(
|
||||
getUser,
|
||||
(state: UserStateType): string => state.tempPath
|
||||
|
||||
Reference in New Issue
Block a user