We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8c4491 commit 0376c58Copy full SHA for 0376c58
Sushitrain/BrowserView.swift
@@ -369,7 +369,9 @@ struct BrowserView: View {
369
}.pickerStyle(.inline)
370
} label: {
371
Label("Filter", systemImage: "line.3.horizontal.decrease")
372
- }.disabled(self.currentViewStyle().wrappedValue == .web)
+ .tint(self.currentFilterAvailability == .all ? nil : Color.accentColor)
373
+ }
374
+ .disabled(self.currentViewStyle().wrappedValue == .web)
375
}
376
377
private func addFilesFromImporter(result: Result<[URL], any Error>) {
0 commit comments