add feature to hide Workspace stats

This commit is contained in:
Mario
2020-11-05 18:30:27 +01:00
parent 5da3006e75
commit 70c8a1db60
6 changed files with 110 additions and 60 deletions
+2
View File
@@ -5,6 +5,7 @@ import Button from '@material-ui/core/Button';
import Typography from '@material-ui/core/Typography';
import LanguageSelector from './LanguageSelector';
import RenderSelector from './RenderSelector';
import StatsSelector from './StatsSelector';
class Settings extends Component {
@@ -14,6 +15,7 @@ class Settings extends Component {
<Typography variant='h4' style={{ marginBottom: '5px' }}>Einstellungen</Typography>
<LanguageSelector />
<RenderSelector />
<StatsSelector />
<Button
style={{ marginTop: '20px' }}
variant="contained"