Merge pull request #8522 from matrix-org/travis/widget-screenshots
Move widget screenshots labs flag to devtools
This commit is contained in:
commit
eca8494c66
4 changed files with 4 additions and 25 deletions
|
@ -101,6 +101,7 @@ const DevtoolsDialog: React.FC<IProps> = ({ roomId, onFinished }) => {
|
|||
<h3>{ _t("Options") }</h3>
|
||||
<SettingsFlag name="developerMode" level={SettingLevel.ACCOUNT} />
|
||||
<SettingsFlag name="showHiddenEventsInTimeline" level={SettingLevel.DEVICE} />
|
||||
<SettingsFlag name="enableWidgetScreenshots" level={SettingLevel.ACCOUNT} />
|
||||
</div>
|
||||
</BaseTool>;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue