summaryrefslogtreecommitdiff
path: root/Sora/Views/Bookmarks
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-03-18 06:51:11 -0700
committerFuwn <[email protected]>2025-03-18 06:51:11 -0700
commit427ad24348c9d1d2f7240ff00c403a3b02957e54 (patch)
tree233fc61a01f7ca9339ed73574763ee70bea4b466 /Sora/Views/Bookmarks
parentfeat: Development commit (diff)
downloadsora-testing-427ad24348c9d1d2f7240ff00c403a3b02957e54.tar.xz
sora-testing-427ad24348c9d1d2f7240ff00c403a3b02957e54.zip
feat: Development commit
Diffstat (limited to 'Sora/Views/Bookmarks')
-rw-r--r--Sora/Views/Bookmarks/BookmarksView.swift1
1 files changed, 1 insertions, 0 deletions
diff --git a/Sora/Views/Bookmarks/BookmarksView.swift b/Sora/Views/Bookmarks/BookmarksView.swift
index fa7734e..babc667 100644
--- a/Sora/Views/Bookmarks/BookmarksView.swift
+++ b/Sora/Views/Bookmarks/BookmarksView.swift
@@ -8,6 +8,7 @@ struct BookmarksView: View {
GenericListView(
selectedTab: $selectedTab,
isPresented: .constant(false),
+ allowBookmarking: false,
title: "Bookmarks",
emptyMessage: "No Bookmarks",
emptyIcon: "bookmark",