add new user-setting section 'advanced' and remove ctrl-send setting from general tab

Этот коммит содержится в:
Florian Orben
2015-10-27 23:18:59 +01:00
родитель 0e5612a7db
Коммит f7808d1172
7 изменённых файлов: 202 добавлений и 101 удалений

Просмотреть файл

@@ -43,6 +43,7 @@ export default class UserSettingsModal extends React.Component {
tabs.push({name: 'integrations', uiName: 'Integrations', icon: 'glyphicon glyphicon-transfer'});
}
tabs.push({name: 'display', uiName: 'Display', icon: 'glyphicon glyphicon-eye-open'});
tabs.push({name: 'advanced', uiName: 'Advanced', icon: 'glyphicon glyphicon-list-alt'});
return (
<div