[mob][photos] Rename

This commit is contained in:
laurenspriem
2024-08-21 11:33:14 +02:00
parent 701e48c54c
commit 147a0e005b

View File

@@ -59,7 +59,7 @@ class _MLDebugSectionWidgetState extends State<MLDebugSectionWidget> {
children: [
MenuItemWidget(
captionedTextWidget: FutureBuilder<int>(
future: MLDataDB.instance.getIndexedFileCount(),
future: MLDataDB.instance.getFaceIndexedFileCount(),
builder: (context, snapshot) {
if (snapshot.hasData) {
return CaptionedTextWidget(