add favorites option to importing comic dialog

This commit is contained in:
nyne
2024-10-29 09:40:34 +08:00
parent e81f58afc1
commit ca15a641a4
3 changed files with 56 additions and 17 deletions

View File

@@ -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(