From e9dd62b09274aebe68f2f5d58221946c3e21dd36 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 15 Jun 2025 00:24:53 -0700 Subject: feat: Development commit --- Sora/Views/Generic/GenericListView.swift | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Sora/Views/Generic/GenericListView.swift b/Sora/Views/Generic/GenericListView.swift index f01d3ee..20fcea8 100644 --- a/Sora/Views/Generic/GenericListView.swift +++ b/Sora/Views/Generic/GenericListView.swift @@ -253,8 +253,10 @@ struct GenericListView: View { // swi manager.performSearch(settings: settings) } - settings.incrementBookmarkVisitCount(withID: item.id) - settings.updateBookmarkLastVisit(withID: item.id) + if !allowBookmarking { + settings.incrementBookmarkVisitCount(withID: item.id) + settings.updateBookmarkLastVisit(withID: item.id) + } isPresented.toggle() }) { -- cgit v1.2.3