Move widget screenshots to devtools dialog instead of labs
This commit is contained in:
parent
3a6ddf3a2b
commit
485f42e3d7
2 changed files with 1 additions and 8 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