mirror of
https://github.com/venera-app/venera.git
synced 2025-12-16 15:11:14 +00:00
favorites page
This commit is contained in:
@@ -53,6 +53,13 @@ class ComicTile extends StatelessWidget {
|
||||
App.rootContext.showMessage(message: 'Title copied'.tl);
|
||||
},
|
||||
),
|
||||
MenuEntry(
|
||||
icon: Icons.stars_outlined,
|
||||
text: 'Add to favorites'.tl,
|
||||
onClick: () {
|
||||
addFavorite(comic);
|
||||
},
|
||||
),
|
||||
...?menuOptions,
|
||||
],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user