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

Commit

Permalink
Update supportedLevels
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed Jan 12, 2024
1 parent 927eeb6 commit 370719d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1177,7 +1177,7 @@ export const SETTINGS: { [setting: string]: ISetting } = {
default: true,
},
"threadActivityCentre": {
supportedLevels: LEVELS_FEATURE,
supportedLevels: LEVELS_UI_FEATURE,
isFeature: true,
labsGroup: LabGroup.Threads,
displayName: _td("thread_activity_centre|title"),
Expand Down

0 comments on commit 370719d

Please sign in to comment.