mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Shortcuts screen: Show sticker picker cmd when stickers installed
This commit is contained in:
committed by
Ken Powers
parent
363a7dd179
commit
1c5ea63410
@@ -30,7 +30,7 @@ const mapStateToProps = (state: StateType, props: ExternalProps) => {
|
||||
blessedPacks,
|
||||
installedPacks,
|
||||
receivedPacks,
|
||||
}) === 0;
|
||||
}) > 0;
|
||||
|
||||
const platform = getPlatform(state);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user