-
Notifications
You must be signed in to change notification settings - Fork 109
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Xmader/musescore-downloader#112
In cli:
Lines 92 to 99 in 1b9d0ac
| const createSpinner = () => { | |
| return ora({ | |
| text: i18next.t("processing"), | |
| color: "blue", | |
| spinner: "bounce", | |
| indent: 0, | |
| }).start(); | |
| }; |
In userscript:
Lines 80 to 89 in 1b9d0ac
| action: BtnAction.process( | |
| () => | |
| downloadPDF( | |
| scoreinfo, | |
| new SheetInfoInPage(document), | |
| saveAs | |
| ), | |
| fallback, | |
| 3 * 60 * 1000 /* 3min */ | |
| ), |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request