De labs font-scaling
This commit is contained in:
parent
d98ba9b577
commit
1e0ff01d50
3 changed files with 1 additions and 8 deletions
|
@ -439,7 +439,7 @@ export default class AppearanceUserSettingsTab extends React.Component<IProps, I
|
|||
{_t("Appearance Settings only affect this Riot session.")}
|
||||
</div>
|
||||
{this.renderThemeSection()}
|
||||
{SettingsStore.isFeatureEnabled("feature_font_scaling") ? this.renderFontSection() : null}
|
||||
{this.renderFontSection()}
|
||||
{SettingsStore.isFeatureEnabled("feature_irc_ui") ? this.renderLayoutSection() : null}
|
||||
{this.renderAdvancedSection()}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue