Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 4b57ed9

Browse files
committed
Enable the new room header by default
1 parent bf94340 commit 4b57ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings/Settings.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ export const SETTINGS: { [setting: string]: ISetting } = {
587587
labsGroup: LabGroup.Rooms,
588588
displayName: _td("labs|new_room_decoration_ui"),
589589
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG,
590-
default: false,
590+
default: true,
591591
controller: new ReloadOnChangeController(),
592592
betaInfo: {
593593
title: _td("labs|new_room_decoration_ui_beta_title"),

0 commit comments

Comments
 (0)