Add time locale selection

This commit is contained in:
Thomas Nordquist
2019-04-16 12:48:10 +02:00
parent a901f2b90b
commit c2885c4829
5 changed files with 121 additions and 7 deletions

View File

@@ -21,6 +21,7 @@ import {
Typography,
Tooltip,
} from '@material-ui/core'
import TimeLocale from './TimeLocale';
export const autoExpandLimitSet = [{
limit: 0,
@@ -188,6 +189,7 @@ class Settings extends React.Component<Props, {}> {
<div>
{this.renderAutoExpand()}
{this.renderNodeOrder()}
<TimeLocale />
{this.renderHighlightTopicUpdates()}
{this.selectTopicsOnMouseOver()}
{this.toggleTheme()}