mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +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