diff --git a/src/components/views/settings/tabs/user/AppearanceUserSettingsTab.tsx b/src/components/views/settings/tabs/user/AppearanceUserSettingsTab.tsx index b9ab6cfae3..9f3b8ba46c 100644 --- a/src/components/views/settings/tabs/user/AppearanceUserSettingsTab.tsx +++ b/src/components/views/settings/tabs/user/AppearanceUserSettingsTab.tsx @@ -309,7 +309,7 @@ export default class AppearanceUserSettingsTab extends React.Component
Aa
""} @@ -452,7 +452,7 @@ export default class AppearanceUserSettingsTab extends React.Component {this.renderThemeSection()} - {SettingsStore.isFeatureEnabled("feature_font_scaling") ? this.renderFontSection() : null} + {this.renderFontSection()} {this.renderAdvancedSection()} ); diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index de5cbb8e76..21b8f2d304 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -486,7 +486,6 @@ "You changed the room topic": "You changed the room topic", "%(senderName)s changed the room topic": "%(senderName)s changed the room topic", "New spinner design": "New spinner design", - "Font scaling": "Font scaling", "Message Pinning": "Message Pinning", "Custom user status messages": "Custom user status messages", "Group & filter rooms by custom tags (refresh to apply changes)": "Group & filter rooms by custom tags (refresh to apply changes)", diff --git a/src/settings/Settings.js b/src/settings/Settings.js index 49a7140acf..3b1218c0d3 100644 --- a/src/settings/Settings.js +++ b/src/settings/Settings.js @@ -103,12 +103,6 @@ export const SETTINGS = { supportedLevels: LEVELS_FEATURE, default: false, }, - "feature_font_scaling": { - isFeature: true, - displayName: _td("Font scaling"), - supportedLevels: LEVELS_FEATURE, - default: false, - }, "feature_pinning": { isFeature: true, displayName: _td("Message Pinning"),