fix(fe/settings): hide theme pane because it is not fully enabled

This commit is contained in:
hexxa 2021-11-07 12:09:00 +08:00 committed by Hexxa
parent f4ce1758c3
commit edcec3698f

View file

@ -391,7 +391,7 @@ export class PaneSettings extends React.Component<Props, State, {}> {
/> />
</div> </div>
<div className="hr white0-bg margin-t-m margin-b-m"></div> {/* <div className="hr white0-bg margin-t-m margin-b-m"></div>
<div> <div>
<Flexbox <Flexbox
children={List([ children={List([
@ -424,7 +424,8 @@ export class PaneSettings extends React.Component<Props, State, {}> {
</div>, </div>,
])} ])}
/> />
</div> </div> */}
</div> </div>
</div> </div>
); );