chore: Follow up loading dialog

This commit is contained in:
Krille 2024-11-19 13:32:15 +01:00
parent 46d62fdf11
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(
child: Text(
titleLabel,
maxLines: 4,
textAlign: exception == null ? TextAlign.left : null,
overflow: TextOverflow.ellipsis,
),