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

Commit 007c4f5

Browse files
committed
Update supportedLevels
1 parent 927eeb6 commit 007c4f5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/settings/Settings.tsx

+7-7
Original file line numberDiff line numberDiff line change
@@ -1106,6 +1106,13 @@ export const SETTINGS: { [setting: string]: ISetting } = {
11061106
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
11071107
default: [],
11081108
},
1109+
"threadActivityCentre": {
1110+
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
1111+
labsGroup: LabGroup.Threads,
1112+
displayName: _td("thread_activity_centre|title"),
1113+
default: false,
1114+
isFeature: true,
1115+
},
11091116
[UIFeature.RoomHistorySettings]: {
11101117
supportedLevels: LEVELS_UI_FEATURE,
11111118
default: true,
@@ -1176,13 +1183,6 @@ export const SETTINGS: { [setting: string]: ISetting } = {
11761183
supportedLevels: LEVELS_UI_FEATURE,
11771184
default: true,
11781185
},
1179-
"threadActivityCentre": {
1180-
supportedLevels: LEVELS_FEATURE,
1181-
isFeature: true,
1182-
labsGroup: LabGroup.Threads,
1183-
displayName: _td("thread_activity_centre|title"),
1184-
default: false,
1185-
},
11861186

11871187
// Electron-specific settings, they are stored by Electron and set/read over an IPC.
11881188
// We store them over there are they are necessary to know before the renderer process launches.

0 commit comments

Comments
 (0)