fix: dcm analyze fails

This commit is contained in:
idubnori
2025-11-05 21:47:14 +09:00
parent eb7813047b
commit 74f90fe944
2 changed files with 4 additions and 4 deletions

View File

@@ -49,5 +49,5 @@ extension ActionButtonTypeVisuals on ActionButtonType {
};
}
String localizedLabel(BuildContext context) => _labelKey.tr();
String localizedLabel(BuildContext _) => _labelKey.tr();
}