mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
comic list & explore page
This commit is contained in:
@@ -155,7 +155,7 @@ class _BodyState extends State<_Body> {
|
||||
() {
|
||||
var file = File(source.filePath);
|
||||
file.delete();
|
||||
ComicSource.all().remove(source);
|
||||
ComicSource.remove(source.key);
|
||||
_validatePages();
|
||||
App.forceRebuild();
|
||||
},
|
||||
|
Reference in New Issue
Block a user