Make compact layout only apply to Modern layout (#7382)
This commit is contained in:
parent
d9da2581b4
commit
71b561d471
5 changed files with 13 additions and 11 deletions
|
@ -118,12 +118,7 @@ export default class AppearanceUserSettingsTab extends React.Component<IProps, I
|
|||
{ brand },
|
||||
);
|
||||
advanced = <>
|
||||
<SettingsFlag
|
||||
name="useCompactLayout"
|
||||
level={SettingLevel.DEVICE}
|
||||
useCheckbox={true}
|
||||
disabled={this.state.layout !== Layout.Group}
|
||||
/>
|
||||
<SettingsFlag name="useCompactLayout" level={SettingLevel.DEVICE} useCheckbox={true} />
|
||||
|
||||
{ !SettingsStore.getValue("feature_new_layout_switcher") ?
|
||||
<StyledCheckbox
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue