Default useOnlyCurrentProfiles to true (#32524)
* Default useOnlyCurrentProfiles to true As per comment, start by setting this to true by default with intention to remove. * Update screenshots * Snapshot
This commit is contained in:
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 263 KiB After Width: | Height: | Size: 263 KiB |
BIN
Binary file not shown.
|
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 59 KiB |
@@ -540,10 +540,13 @@ export const SETTINGS: Settings = {
|
|||||||
supportedLevelsAreOrdered: true,
|
supportedLevelsAreOrdered: true,
|
||||||
default: false,
|
default: false,
|
||||||
},
|
},
|
||||||
|
// Defaulted to true Feb 26, intention is to remove entirely, all being well,
|
||||||
|
// as this fixes bugs where display name / avatar are missing and also makes
|
||||||
|
// Element Web consistent with Element X.
|
||||||
"useOnlyCurrentProfiles": {
|
"useOnlyCurrentProfiles": {
|
||||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||||
displayName: _td("settings|disable_historical_profile"),
|
displayName: _td("settings|disable_historical_profile"),
|
||||||
default: false,
|
default: true,
|
||||||
},
|
},
|
||||||
"mjolnirRooms": {
|
"mjolnirRooms": {
|
||||||
supportedLevels: [SettingLevel.ACCOUNT],
|
supportedLevels: [SettingLevel.ACCOUNT],
|
||||||
|
|||||||
+1
@@ -1369,6 +1369,7 @@ exports[`PreferencesUserSettingsTab should render 1`] = `
|
|||||||
class="_container_udcm8_10"
|
class="_container_udcm8_10"
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
|
checked=""
|
||||||
class="_input_udcm8_24"
|
class="_input_udcm8_24"
|
||||||
disabled=""
|
disabled=""
|
||||||
id="mx_SettingsFlag_cmt3PZSyNp3v"
|
id="mx_SettingsFlag_cmt3PZSyNp3v"
|
||||||
|
|||||||
Reference in New Issue
Block a user