improve download

This commit is contained in:
nyne
2024-10-29 10:54:53 +08:00
parent ca15a641a4
commit 74d0538f18
2 changed files with 17 additions and 4 deletions

View File

@@ -172,11 +172,13 @@ class _DownloadTaskTileState extends State<_DownloadTaskTile> {
children: [
Row(
children: [
Text(
widget.task.title,
style: Theme.of(context).textTheme.bodyMedium,
Expanded(
child: Text(
widget.task.title,
style: Theme.of(context).textTheme.bodyMedium,
maxLines: 2,
),
),
const Spacer(),
MenuButton(
entries: [
MenuEntry(