Hide maximise button in the sticker picker (#7488)

This commit is contained in:
Šimon Brandner 2022-01-10 10:02:07 +01:00 committed by GitHub
parent 33b34d4169
commit d00483be3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -304,6 +304,7 @@ export default class Stickerpicker extends React.PureComponent<IProps, IState> {
showPopout={false}
handleMinimisePointerEvents={true}
userWidget={true}
hideMaximiseButton={true}
/>
</PersistedElement>
</div>