Fix quote
Co-authored-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
83df645dbb
commit
6fcb4c7cd2
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ export default class PreferencesUserSettingsTab extends React.Component {
|
||||||
'showRedactions',
|
'showRedactions',
|
||||||
'enableSyntaxHighlightLanguageDetection',
|
'enableSyntaxHighlightLanguageDetection',
|
||||||
'expandCodeByDefault',
|
'expandCodeByDefault',
|
||||||
`scrollToBottomOnMessageSent`,
|
'scrollToBottomOnMessageSent',
|
||||||
'showCodeLineNumbers',
|
'showCodeLineNumbers',
|
||||||
'showJoinLeaves',
|
'showJoinLeaves',
|
||||||
'showAvatarChanges',
|
'showAvatarChanges',
|
||||||
|
|
Loading…
Reference in a new issue