Added error handler for folder download

This commit is contained in:
Marcel Baumgartner
2023-06-05 22:01:21 +02:00
parent 98d8e5b755
commit 15d8f49ce9

View File

@@ -185,6 +185,8 @@ else
await ToastService.Info(SmartTranslateService.Translate("Starting download"));
}
}
else
await ToastService.Error(SmartTranslateService.Translate("You are not able to download folders using the moonlight file manager"));
}
});