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>
|
<h3>{ _t("Options") }</h3>
|
||||||
<SettingsFlag name="developerMode" level={SettingLevel.ACCOUNT} />
|
<SettingsFlag name="developerMode" level={SettingLevel.ACCOUNT} />
|
||||||
<SettingsFlag name="showHiddenEventsInTimeline" level={SettingLevel.DEVICE} />
|
<SettingsFlag name="showHiddenEventsInTimeline" level={SettingLevel.DEVICE} />
|
||||||
|
<SettingsFlag name="enableWidgetScreenshots" level={SettingLevel.ACCOUNT} />
|
||||||
</div>
|
</div>
|
||||||
</BaseTool>;
|
</BaseTool>;
|
||||||
}
|
}
|
||||||
|
|
|
@ -92,14 +92,6 @@ export default class LabsUserSettingsTab extends React.Component<{}, IState> {
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
groups.getOrCreate(LabGroup.Widgets, []).push(
|
|
||||||
<SettingsFlag
|
|
||||||
key="enableWidgetScreenshots"
|
|
||||||
name="enableWidgetScreenshots"
|
|
||||||
level={SettingLevel.ACCOUNT}
|
|
||||||
/>,
|
|
||||||
);
|
|
||||||
|
|
||||||
groups.getOrCreate(LabGroup.Experimental, []).push(
|
groups.getOrCreate(LabGroup.Experimental, []).push(
|
||||||
<SettingsFlag
|
<SettingsFlag
|
||||||
key="lowBandwidth"
|
key="lowBandwidth"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue