mirror of
https://github.com/venera-app/venera.git
synced 2025-09-28 00:07:24 +00:00
add favorites option to importing comic dialog
This commit is contained in:
@@ -69,7 +69,7 @@ class _LocalComicsPageState extends State<LocalComicsPage> {
|
||||
LocalManager().deleteComic(c as LocalComic);
|
||||
}),
|
||||
MenuEntry(
|
||||
icon: Icons.delete,
|
||||
icon: Icons.outbox_outlined,
|
||||
text: "Export as cbz".tl,
|
||||
onClick: () async {
|
||||
var controller = showLoadingDialog(
|
||||
|
Reference in New Issue
Block a user