missing file

This commit is contained in:
Ilyas Hallak 2025-10-04 00:42:41 +02:00
parent ad7ac19d79
commit a2c805b700

View File

@ -56,6 +56,7 @@ struct BookmarksView: View {
) )
) { bookmarkId in ) { bookmarkId in
BookmarkDetailView(bookmarkId: bookmarkId) BookmarkDetailView(bookmarkId: bookmarkId)
.toolbar(.hidden, for: .tabBar)
} }
.sheet(isPresented: $showingAddBookmark) { .sheet(isPresented: $showingAddBookmark) {
AddBookmarkView(prefilledURL: shareURL, prefilledTitle: shareTitle) AddBookmarkView(prefilledURL: shareURL, prefilledTitle: shareTitle)