summaryrefslogtreecommitdiff
path: root/Sora
diff options
context:
space:
mode:
Diffstat (limited to 'Sora')
-rw-r--r--Sora/Views/Generic/GenericListView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Sora/Views/Generic/GenericListView.swift b/Sora/Views/Generic/GenericListView.swift
index 723db9e..72dce01 100644
--- a/Sora/Views/Generic/GenericListView.swift
+++ b/Sora/Views/Generic/GenericListView.swift
@@ -157,7 +157,7 @@ struct GenericListView<T: Identifiable & Hashable & GenericItem>: View { // swi
#if os(iOS)
ToolbarItemGroup(placement: .secondaryAction) {
- if !settings.folders.isEmpty && !allowBookmarking {
+ if !allowBookmarking {
Button {
isSortPickerPresented.toggle()
} label: {