Merge pull request #143 from Moonlight-Panel/AddFolderDownloadHandler

Added error handler for folder download
This commit is contained in:
Marcel Baumgartner
2023-06-05 22:01:40 +02:00
committed by GitHub

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"));
}
});