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

@ -98,7 +98,7 @@ class _SpotifyImporterV1State extends State<SpotifyImporterV1> {
),
),
IconButton(
icon: Icon(Icons.search),
icon: Icon(Icons.search, semanticLabel: "Search".i18n,),
onPressed: () => _load(),
)
],