added info list item (bump)
All checks were successful
Testing Example / build-and-test (push) Successful in 2m3s
All checks were successful
Testing Example / build-and-test (push) Successful in 2m3s
This commit is contained in:
parent
dabb2e88ee
commit
85c3378a16
@ -15,6 +15,7 @@ import {
|
|||||||
MenuItem,
|
MenuItem,
|
||||||
Switch,
|
Switch,
|
||||||
FormControlLabel
|
FormControlLabel
|
||||||
|
|
||||||
} from '@mui/material';
|
} from '@mui/material';
|
||||||
import PeopleIcon from '@mui/icons-material/PeopleOutline';
|
import PeopleIcon from '@mui/icons-material/PeopleOutline';
|
||||||
import DashboardIcon from '@mui/icons-material/DashboardOutlined';
|
import DashboardIcon from '@mui/icons-material/DashboardOutlined';
|
||||||
@ -22,6 +23,7 @@ import BarChartIcon from '@mui/icons-material/BarChartOutlined';
|
|||||||
import SettingsIcon from '@mui/icons-material/SettingsOutlined';
|
import SettingsIcon from '@mui/icons-material/SettingsOutlined';
|
||||||
import LogoutIcon from '@mui/icons-material/LogoutOutlined';
|
import LogoutIcon from '@mui/icons-material/LogoutOutlined';
|
||||||
import AccountCircleIcon from '@mui/icons-material/AccountCircleOutlined';
|
import AccountCircleIcon from '@mui/icons-material/AccountCircleOutlined';
|
||||||
|
import InfoIcon from '@mui/icons-material/InfoOutlined';
|
||||||
import { ThemeProvider } from '@mui/material/styles';
|
import { ThemeProvider } from '@mui/material/styles';
|
||||||
import theme from '../theme';
|
import theme from '../theme';
|
||||||
import deleteToken from '../core/deleteToken';
|
import deleteToken from '../core/deleteToken';
|
||||||
@ -121,6 +123,10 @@ export default function SettingsMain() {
|
|||||||
<PeopleIcon sx={{ marginRight: 2, color: '#FFFFFF' }}/>
|
<PeopleIcon sx={{ marginRight: 2, color: '#FFFFFF' }}/>
|
||||||
<ListItemText primary="Access lists" sx={{ color: '#FFFFFF' }} />
|
<ListItemText primary="Access lists" sx={{ color: '#FFFFFF' }} />
|
||||||
</ListItem>
|
</ListItem>
|
||||||
|
<ListItem button key="Info">
|
||||||
|
<InfoIcon sx={{ marginRight: 2, color: '#FFFFFF' }}/>
|
||||||
|
<ListItemText primary="Info" sx={{ color: '#FFFFFF' }} />
|
||||||
|
</ListItem>
|
||||||
{getDeveloperMode() && (
|
{getDeveloperMode() && (
|
||||||
<ListItem button key="Debug">
|
<ListItem button key="Debug">
|
||||||
<BarChartIcon sx={{ marginRight: 2, color: '#FFFFFF' }}/>
|
<BarChartIcon sx={{ marginRight: 2, color: '#FFFFFF' }}/>
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{"buildMajor":1,"buildMinor":0,"buildRevision":13,"buildTag":"DEV"}
|
{"buildMajor":1,"buildMinor":0,"buildRevision":14,"buildTag":"DEV"}
|
||||||
Loading…
Reference in New Issue
Block a user