mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 14:05:04 +08:00
error fix in PreferencesUserSettingsTab.js
This commit is contained in:
parent
3bdb6606de
commit
4baf3b8deb
@ -53,7 +53,7 @@ export default class PreferencesUserSettingsTab extends React.Component {
|
|||||||
];
|
];
|
||||||
|
|
||||||
static GENERAL_SETTINGS = [
|
static GENERAL_SETTINGS = [
|
||||||
'GroupFilterPanel.enableGroupFilterPanel',
|
'TagPanel.enableTagPanel',
|
||||||
'promptBeforeInviteUnknownUsers',
|
'promptBeforeInviteUnknownUsers',
|
||||||
// Start automatically after startup (electron-only)
|
// Start automatically after startup (electron-only)
|
||||||
// Autocomplete delay (niche text box)
|
// Autocomplete delay (niche text box)
|
||||||
|
Loading…
Reference in New Issue
Block a user