This commit is contained in:
retardgerman
2024-10-24 18:02:37 +02:00
committed by GitHub
parent bbd12c540a
commit d393bc0ac5

View File

@@ -64,7 +64,7 @@ export const SettingToggles: React.FC<Props> = ({ ...props }) => {
if (settings?.autoDownload === true && !registered) {
registerBackgroundFetchAsync();
toast.success("Background downlodas enabled");
toast.success("Background downloads enabled");
} else if (settings?.autoDownload === false && registered) {
unregisterBackgroundFetchAsync();
toast.info("Background downloads disabled");