[DE PE SSE mobile] Fix Bug 58808
This commit is contained in:
parent
47eeafdb82
commit
0bf12a512b
|
@ -98,12 +98,12 @@ const PageApplicationSettings = props => {
|
||||||
</Toggle>
|
</Toggle>
|
||||||
</ListItem>
|
</ListItem>
|
||||||
</List>
|
</List>
|
||||||
{!isViewer &&
|
{/*{!isViewer &&*/}
|
||||||
<List mediaList>
|
{/* <List mediaList>*/}
|
||||||
<ListItem title={t('Settings.textDirection')} link="/direction/"
|
{/* <ListItem title={t('Settings.textDirection')} link="/direction/"*/}
|
||||||
routeProps={{changeDirection: props.changeDirection}}></ListItem>
|
{/* routeProps={{changeDirection: props.changeDirection}}></ListItem>*/}
|
||||||
</List>
|
{/* </List>*/}
|
||||||
}
|
{/*}*/}
|
||||||
{_isShowMacros &&
|
{_isShowMacros &&
|
||||||
<List mediaList>
|
<List mediaList>
|
||||||
<ListItem title={_t.textMacrosSettings} link="/macros-settings/" routeProps={{
|
<ListItem title={_t.textMacrosSettings} link="/macros-settings/" routeProps={{
|
||||||
|
|
|
@ -52,7 +52,7 @@ const PageApplicationSettings = props => {
|
||||||
</Toggle>
|
</Toggle>
|
||||||
</ListItem>
|
</ListItem>
|
||||||
</List>
|
</List>
|
||||||
<RTLSetting />
|
{/*<RTLSetting />*/}
|
||||||
</Fragment>
|
</Fragment>
|
||||||
}
|
}
|
||||||
{/* {_isShowMacros && */}
|
{/* {_isShowMacros && */}
|
||||||
|
|
|
@ -98,9 +98,9 @@ const PageApplicationSettings = props => {
|
||||||
</ListItem>
|
</ListItem>
|
||||||
</List>
|
</List>
|
||||||
|
|
||||||
<List mediaList>
|
{/*<List mediaList>*/}
|
||||||
<ListItem title={t("View.Settings.textDirection")} link="/direction/" routeProps={{changeDirection: props.changeDirection}}></ListItem>
|
{/* <ListItem title={t("View.Settings.textDirection")} link="/direction/" routeProps={{changeDirection: props.changeDirection}}></ListItem>*/}
|
||||||
</List>
|
{/*</List>*/}
|
||||||
{/* } */}
|
{/* } */}
|
||||||
{/* {_isShowMacros && */}
|
{/* {_isShowMacros && */}
|
||||||
<List>
|
<List>
|
||||||
|
|
Loading…
Reference in a new issue