[mob][photos] Remove double face debug widget
This commit is contained in:
parent
cdf3d0e037
commit
83a873672f
2 changed files with 1 additions and 4 deletions
|
@ -47,7 +47,7 @@ class _FaceDebugSectionWidgetState extends State<FaceDebugSectionWidget> {
|
|||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return ExpandableMenuItemWidget(
|
||||
title: "Face Beta",
|
||||
title: "Faces Debug",
|
||||
selectionOptionsWidget: _getSectionOptions(context),
|
||||
leadingIcon: Icons.bug_report_outlined,
|
||||
);
|
||||
|
|
|
@ -55,9 +55,6 @@ class SettingsPage extends StatelessWidget {
|
|||
final enteTextTheme = getEnteTextTheme(context);
|
||||
final List<Widget> contents = [];
|
||||
const sectionSpacing = SizedBox(height: 8);
|
||||
if (kDebugMode) {
|
||||
contents.addAll([const FaceDebugSectionWidget(), sectionSpacing]);
|
||||
}
|
||||
contents.add(
|
||||
GestureDetector(
|
||||
onDoubleTap: () {
|
||||
|
|
Loading…
Add table
Reference in a new issue