0.6.12 - bug fixes

This commit is contained in:
exttex 2021-07-02 18:28:59 +02:00
parent aa7f82b399
commit 972e84c136
18 changed files with 271 additions and 150 deletions

View file

@ -67,10 +67,14 @@ class MenuSheet {
mainAxisSize: MainAxisSize.max,
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
children: <Widget>[
CachedImage(
url: track.albumArt.full,
height: 128,
width: 128,
Semantics(
child: CachedImage(
url: track.albumArt.full,
height: 128,
width: 128,
),
label: "Album art".i18n,
image: true,
),
Container(
width: 240.0,