This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1106,6 +1106,13 @@ export const SETTINGS: { [setting: string]: ISetting } = {
1106
1106
supportedLevels : LEVELS_DEVICE_ONLY_SETTINGS ,
1107
1107
default : [ ] ,
1108
1108
} ,
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
+ } ,
1109
1116
[ UIFeature . RoomHistorySettings ] : {
1110
1117
supportedLevels : LEVELS_UI_FEATURE ,
1111
1118
default : true ,
@@ -1176,13 +1183,6 @@ export const SETTINGS: { [setting: string]: ISetting } = {
1176
1183
supportedLevels : LEVELS_UI_FEATURE ,
1177
1184
default : true ,
1178
1185
} ,
1179
- "threadActivityCentre" : {
1180
- supportedLevels : LEVELS_FEATURE ,
1181
- isFeature : true ,
1182
- labsGroup : LabGroup . Threads ,
1183
- displayName : _td ( "thread_activity_centre|title" ) ,
1184
- default : false ,
1185
- } ,
1186
1186
1187
1187
// Electron-specific settings, they are stored by Electron and set/read over an IPC.
1188
1188
// We store them over there are they are necessary to know before the renderer process launches.
You can’t perform that action at this time.
0 commit comments