mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
Improve local comics page
This commit is contained in:
@@ -77,7 +77,7 @@ class ComicTile extends StatelessWidget {
|
||||
icon: Icons.stars_outlined,
|
||||
text: 'Add to favorites'.tl,
|
||||
onClick: () {
|
||||
addFavorite(comic);
|
||||
addFavorite([comic]);
|
||||
},
|
||||
),
|
||||
MenuEntry(
|
||||
|
Reference in New Issue
Block a user