Added option to disable send button
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
d589c61000
commit
c64b2a585f
3 changed files with 7 additions and 1 deletions
|
@ -455,7 +455,7 @@ export default class MessageComposer extends React.Component {
|
|||
}
|
||||
}
|
||||
|
||||
if (true) {
|
||||
if (SettingsStore.getValue("MessageComposerInput.sendButton")) {
|
||||
controls.push((
|
||||
<AccessibleTooltipButton
|
||||
className="mx_MessageComposer_button mx_MessageComposer_sendMessage"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue