chore: Follow up loading dialog

This commit is contained in:
Krille 2024-11-19 13:32:15 +01:00
commit 3d7cd800b9
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -114,6 +114,7 @@ class LoadingDialogState<T> extends State<LoadingDialog> {
Expanded( Expanded(
child: Text( child: Text(
titleLabel, titleLabel,
maxLines: 4,
textAlign: exception == null ? TextAlign.left : null, textAlign: exception == null ? TextAlign.left : null,
overflow: TextOverflow.ellipsis, overflow: TextOverflow.ellipsis,
), ),