0.6.10 - Spotify is ass

This commit is contained in:
exttex 2021-04-05 22:22:32 +02:00
parent 3105ed6c1d
commit 676d5d45cc
23 changed files with 1000 additions and 339 deletions

View file

@ -180,7 +180,7 @@ class HomepageSectionWidget extends StatelessWidget {
//Has more items
if (j == section.items.length) {
if (section.hasMore ?? false) {
return FlatButton(
return TextButton(
child: Text(
'Show more'.i18n,
textAlign: TextAlign.center,