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
|
@ -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(
|
||||
<SettingsFlag
|
||||
key="lowBandwidth"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue