diff --git a/playwright/snapshots/settings/preferences-user-settings-tab.spec.ts/Preferences-user-settings-tab-should-be-rendered-properly-1-linux.png b/playwright/snapshots/settings/preferences-user-settings-tab.spec.ts/Preferences-user-settings-tab-should-be-rendered-properly-1-linux.png index 4c7bc26cd2..01ebc9d415 100644 Binary files a/playwright/snapshots/settings/preferences-user-settings-tab.spec.ts/Preferences-user-settings-tab-should-be-rendered-properly-1-linux.png and b/playwright/snapshots/settings/preferences-user-settings-tab.spec.ts/Preferences-user-settings-tab-should-be-rendered-properly-1-linux.png differ diff --git a/src/components/views/settings/tabs/user/PreferencesUserSettingsTab.tsx b/src/components/views/settings/tabs/user/PreferencesUserSettingsTab.tsx index ecf2766b20..b1cae7d634 100644 --- a/src/components/views/settings/tabs/user/PreferencesUserSettingsTab.tsx +++ b/src/components/views/settings/tabs/user/PreferencesUserSettingsTab.tsx @@ -265,7 +265,7 @@ export default class PreferencesUserSettingsTab extends React.Component - {this.renderGroup(PreferencesUserSettingsTab.ROOM_LIST_SETTINGS)} + {!newRoomListEnabled && this.renderGroup(PreferencesUserSettingsTab.ROOM_LIST_SETTINGS)} {/* The settings is on device level where the other room list settings are on account level */} {newRoomListEnabled && ( diff --git a/test/unit-tests/components/views/settings/tabs/user/__snapshots__/PreferencesUserSettingsTab-test.tsx.snap b/test/unit-tests/components/views/settings/tabs/user/__snapshots__/PreferencesUserSettingsTab-test.tsx.snap index 58a0077e6e..654b04efeb 100644 --- a/test/unit-tests/components/views/settings/tabs/user/__snapshots__/PreferencesUserSettingsTab-test.tsx.snap +++ b/test/unit-tests/components/views/settings/tabs/user/__snapshots__/PreferencesUserSettingsTab-test.tsx.snap @@ -74,33 +74,6 @@ exports[`PreferencesUserSettingsTab should render 1`] = ` -
-
-
-
-
-
+
+ +
- - Always show message timestamps - - -
-
-
-
-
-
+
+ +
- Enable Emoji suggestions while typing + Use Ctrl + Enter to send a message
- Use Ctrl + Enter to send a message + Surround selected text when typing special characters
- Surround selected text when typing special characters + Show stickers button
- - Show stickers button - - -
-
-
-
-
-
+
+ +
- - Expand code blocks by default - - -
-
-
-
-
-
+
+ +
- - Autoplay GIFs - - -
-
-
-
-
-
+
+ +
- Show a placeholder for removed messages + Show read receipts sent by other users
- Show read receipts sent by other users + Show join/leave messages (invites/removes/bans unaffected)
- Show join/leave messages (invites/removes/bans unaffected) + Show display name changes
- Show display name changes + Show chat effects (animations when receiving e.g. confetti)
- Show chat effects (animations when receiving e.g. confetti) + Show profile picture changes
- Show profile picture changes + Show avatars in user, room and event mentions
- Show avatars in user, room and event mentions + Enable big emoji in chat
- Enable big emoji in chat + Jump to the bottom of the timeline when you send a message
- - Jump to the bottom of the timeline when you send a message - - -
-
-
-
-
-