fix(mobile): image formats not shown (#7537)

This commit is contained in:
Richard Shiue 2025-03-14 14:14:40 +08:00 committed by GitHub
parent e10aade895
commit aa176f2c12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,7 +48,7 @@ class ChangeFormatBar extends StatelessWidget {
required this.predefinedFormat,
required this.spacing,
required this.onSelectPredefinedFormat,
this.showImageFormats = false,
this.showImageFormats = true,
});
final PredefinedFormat? predefinedFormat;