Debrid rework #35

Merged
kingbri1 merged 27 commits from debrid-rework into next 2024-06-10 00:44:41 +00:00
Showing only changes of commit 9b936778b0 - Show all commits

View file

@ -121,7 +121,7 @@ class LoggingManager: ObservableObject {
if let description {
toastDescription = description
} else if showErrorToasts {
toastDescription = "An error was logged"
toastDescription = "An error was logged. Please look at logs in Settings."
}
}