This commit is contained in:
2025-01-18 12:26:20 +08:00
parent 950690df48
commit 481bb97301
3 changed files with 44 additions and 2 deletions

View File

@@ -594,7 +594,10 @@ class LocalFavoritesManager with ChangeNotifier {
notifyListeners();
}
void onReadEnd(String id, ComicType type) async {
void onRead(String id, ComicType type) async {
if (appdata.settings['moveFavoriteAfterRead'] == "none") {
return;
}
_modifiedAfterLastCache = true;
for (final folder in folderNames) {
var rows = _db.select("""