From cca4bb3f8ff5a43bc7805a467c1706fd8695829e Mon Sep 17 00:00:00 2001 From: Sarah Rietkerk Date: Fri, 1 Nov 2024 14:50:07 -0700 Subject: [PATCH] removed the modal stuff, kept the has file access check --- webapp/src/scriptmanager.tsx | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/webapp/src/scriptmanager.tsx b/webapp/src/scriptmanager.tsx index be227011bcc..e969aa1bddb 100644 --- a/webapp/src/scriptmanager.tsx +++ b/webapp/src/scriptmanager.tsx @@ -318,17 +318,6 @@ export class ScriptManagerDialog extends data.Component -
- {lf("Your projects were zipped and downloaded successfully!")} -
-
- {lf("Look for the file {0} on your computer. It might have a number before the .zip if you've downloaded before.", fileName)} -
- ; - } - handleDownloadAsync = async () => { pxt.tickEvent("scriptmanager.downloadZip", undefined, { interactiveConsent: true }); @@ -435,25 +424,12 @@ export class ScriptManagerDialog extends data.Component { - await core.confirmAsync({ - header: lf("Projects Downloaded..."), - jsx: downloadJsx, - hasCloseIcon: true, - hideAgree: true, - className: 'zipdownloaddialog', - }) - }, 2000); - } } handleDownloadProgressClose = () => {