Allow downloading multiple images into one directory
Co-authored-by: Major-Mayer <lrdarknesss@yahoo.de>
This commit is contained in:
parent
35946ef53c
commit
76e2597d30
21 changed files with 282 additions and 24 deletions
|
@ -27,6 +27,13 @@ function getToast(toastType: ToastType): AnyToast {
|
|||
return { toastType: ToastType.AlreadyGroupMember };
|
||||
case ToastType.AlreadyRequestedToJoin:
|
||||
return { toastType: ToastType.AlreadyRequestedToJoin };
|
||||
case ToastType.AttachmentDownloadStillInProgress:
|
||||
return {
|
||||
toastType: ToastType.AttachmentDownloadStillInProgress,
|
||||
parameters: {
|
||||
count: 1,
|
||||
},
|
||||
};
|
||||
case ToastType.Blocked:
|
||||
return { toastType: ToastType.Blocked };
|
||||
case ToastType.BlockedGroup:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue